Skip to content

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

Project Lineage

Requirements

Stories

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