Skip to content

Artifact Delivery Status v1

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

Operator/host status payload for a single Artifact Delivery run. This is not an MVP cross-component host capability.

Governing Basis

Project Lineage

Fields

Field Required Shape Description
schema yes const: artifact-delivery-status.v1
delivery/id yes string
submitted-at no string
status yes enum: accepted, running, succeeded, partial, failed-retryable, failed-permanent, expired
dispatch/plan no object
stage/outcomes no array
failure/class no string | null
diagnostic no object | null
expires-at no string | null
retry/history no array
## Field Semantics

schema

  • Required: yes
  • Shape: const: artifact-delivery-status.v1

delivery/id

  • Required: yes
  • Shape: string

submitted-at

  • Required: no
  • Shape: string

status

  • Required: yes
  • Shape: enum: accepted, running, succeeded, partial, failed-retryable, failed-permanent, expired

dispatch/plan

  • Required: no
  • Shape: object

stage/outcomes

  • Required: no
  • Shape: array

failure/class

  • Required: no
  • Shape: string | null

diagnostic

  • Required: no
  • Shape: object | null

expires-at

  • Required: no
  • Shape: string | null

retry/history

  • Required: no
  • Shape: array