Reference
Overview
The objects, one sentence each.
Five objects make up the wire format. JSON is the data model; DOCX custom XML is only the container.
| Object | What it is |
|---|---|
| Record | The envelope: a manifest plus the ordered ledger of turns. |
| Manifest | Who may act: parties, keys, documents, anchors. |
| Turn | One signed revision event: what changed, by whom, under what authority. |
| Approval | A human said yes, bound to the exact bytes they saw. |
| Agent contacts | A party's stated agent endpoint, carried with the record. |
Every required claim here maps to a JSON Schema in the spec package. Field marked · is optional; everything else is required.