Skip to content

Agora Public Rejection v1

Source schema: doc/schemas/agora-public-rejection.v1.schema.json

Redacted public policy-decision receipt for an Agora admission rejection that already targeted a public surface. This is not the operator-local rejection feed and must not expose passport ids, participant ids denied by policy, delegation internals, or revocation-source details.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
schema yes const: agora-public-rejection.v1
schema/v yes const: 1
rejection/id yes string
relay/id yes string
target yes object
decision yes object
policy yes object
observed_at yes ref: #/$defs/rfc3339
notes no array

Definitions

Definition Shape Description
rfc3339 string
sha256Digest string
## Field Semantics

schema

  • Required: yes
  • Shape: const: agora-public-rejection.v1

schema/v

  • Required: yes
  • Shape: const: 1

rejection/id

  • Required: yes
  • Shape: string

relay/id

  • Required: yes
  • Shape: string

target

  • Required: yes
  • Shape: object

decision

  • Required: yes
  • Shape: object

policy

  • Required: yes
  • Shape: object

observed_at

  • Required: yes
  • Shape: ref: #/$defs/rfc3339

notes

  • Required: no
  • Shape: array

Definition Semantics

$defs.rfc3339

  • Shape: string

$defs.sha256Digest

  • Shape: string