Nym Authorship Proof v1¶
Source schema: doc/schemas/nym-authorship-proof.v1.schema.json
Inline-first proof that a nym-authored Agora record is signed by a certified application-layer pseudonym whose certificate scope authorizes the record context.
Governing Basis¶
doc/project/40-proposals/035-agora-topic-addressed-record-relay.mddoc/project/40-proposals/013-whisper-social-signal-exchange.mddoc/project/60-solutions/011-whisper/011-whisper.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: nym-authorship-proof.v1 |
|
schema/v |
yes |
const: 1 |
|
proof/suite |
yes |
enum: orbiplex.nym-ed25519-cert.v1 |
Verification suite. M4 accepts Ed25519 nym keys certified by an inline council-issued nym certificate. Future suites may use threshold credentials or zero-knowledge attestations without changing the Agora envelope. |
proof/mode |
yes |
enum: inline-certificate |
Inline-first mode: enough signed material is carried in the record to verify without an additional network lookup. |
proof/audience |
yes |
enum: agora-ingest |
Audience binding. Prevents reusing an application nym certificate proof as an unrelated protocol credential. |
proof/context |
yes |
object | |
nym/certificate |
yes |
ref: #/$defs/nymCertificate |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
stringList |
array | |
signature |
object | |
nymCertificate |
object | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
nym-authorship-proof.v1
schema/v¶
- Required:
yes - Shape: const:
1
proof/suite¶
- Required:
yes - Shape: enum:
orbiplex.nym-ed25519-cert.v1
Verification suite. M4 accepts Ed25519 nym keys certified by an inline council-issued nym certificate. Future suites may use threshold credentials or zero-knowledge attestations without changing the Agora envelope.
proof/mode¶
- Required:
yes - Shape: enum:
inline-certificate
Inline-first mode: enough signed material is carried in the record to verify without an additional network lookup.
proof/audience¶
- Required:
yes - Shape: enum:
agora-ingest
Audience binding. Prevents reusing an application nym certificate proof as an unrelated protocol credential.
proof/context¶
- Required:
yes - Shape: object
nym/certificate¶
- Required:
yes - Shape: ref:
#/$defs/nymCertificate
Definition Semantics¶
$defs.stringList¶
- Shape: array
$defs.signature¶
- Shape: object
$defs.nymCertificate¶
- Shape: object