Przejdź do treści

Artifact Delivery Admission Response v1

Source schema: doc/schemas/artifact-delivery-admission-response.v1.schema.json

Response returned by an Artifact Delivery acceptor after admission or fail-closed rejection of an artifact.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
status yes enum: accepted, already-present, rejected, retryable
acceptor/id yes string
idempotency/key no string | null
artifact/ref no string
reason no string
diagnostic no object
## Field Semantics

status

  • Required: yes
  • Shape: enum: accepted, already-present, rejected, retryable

acceptor/id

  • Required: yes
  • Shape: string

idempotency/key

  • Required: no
  • Shape: string | null

artifact/ref

  • Required: no
  • Shape: string

reason

  • Required: no
  • Shape: string

diagnostic

  • Required: no
  • Shape: object