Agora Vault Entry v1¶
Source schema: doc/schemas/agora-vault-entry.v1.schema.json
Generic encrypted Agora Vault artifact entry. The outer shape exposes only opaque artifact identifiers and cryptographic envelope metadata; plaintext artifact payload and domain metadata stay inside ciphertext.
Governing Basis¶
doc/project/40-proposals/035-agora-topic-addressed-record-relay.mddoc/project/40-proposals/060-messaging-middleware.mddoc/project/60-solutions/027-messaging-middleware/027-messaging-middleware.md
Project Lineage¶
Requirements¶
doc/project/50-requirements/requirements-006-node-networking-mvp.mddoc/project/50-requirements/requirements-010-middleware-executor.mddoc/project/50-requirements/requirements-011-dator-arca-contracts.md
Stories¶
doc/project/30-stories/story-001-swarm-node-onboarding.mddoc/project/30-stories/story-004-pod-client-onboarding.mddoc/project/30-stories/story-005-whisper-rumor-intake.mddoc/project/30-stories/story-006-buyer-node-components.mddoc/project/30-stories/story-006-voluntary-swarm-exchange.mddoc/project/30-stories/story-007-settlement-capable-node.md
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: agora-vault-entry.v1 |
|
schema/v |
yes |
const: 1 |
|
vault-entry/id |
yes |
string | |
artifact/id |
yes |
string | |
artifact/kind |
yes |
string | |
encryption |
yes |
object | |
ciphertext |
yes |
ref: #/$defs/base64url |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
base64url |
string | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
agora-vault-entry.v1
schema/v¶
- Required:
yes - Shape: const:
1
vault-entry/id¶
- Required:
yes - Shape: string
artifact/id¶
- Required:
yes - Shape: string
artifact/kind¶
- Required:
yes - Shape: string
encryption¶
- Required:
yes - Shape: object
ciphertext¶
- Required:
yes - Shape: ref:
#/$defs/base64url
Definition Semantics¶
$defs.base64url¶
- Shape: string