Skip to content

Org Custody Policy v1

Source schema: doc/schemas/org-custody-policy.v1.schema.json

Public policy artifact describing which participants or keys may authorize organization-scoped Agora authority actions, and whether authorization is any-authorized or threshold-based. The artifact is referenced by an Agora authority root via custody_policy_ref and is evaluated fail-closed by the local relay.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
schema yes const: org-custody-policy.v1
policy/ref yes string Stable local or federated reference used by authority roots.
org/id yes string Organization identity governed by this policy.
accepted/delegation_schema yes const: key-delegation.v1 Delegation proof schema accepted by M2b Agora authority checks.
rules yes array

Definitions

Definition Shape Description
rule object
## Field Semantics

schema

  • Required: yes
  • Shape: const: org-custody-policy.v1

policy/ref

  • Required: yes
  • Shape: string

Stable local or federated reference used by authority roots.

org/id

  • Required: yes
  • Shape: string

Organization identity governed by this policy.

accepted/delegation_schema

  • Required: yes
  • Shape: const: key-delegation.v1

Delegation proof schema accepted by M2b Agora authority checks.

rules

  • Required: yes
  • Shape: array

Definition Semantics

$defs.rule

  • Shape: object