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¶
doc/project/30-stories/story-005-whisper-rumor-intake.mddoc/project/30-stories/story-006-voluntary-swarm-exchange.mddoc/project/30-stories/story-009-bielik-blog-arca.md
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