- Schemas (Draft 0)
- Header
Schemas (Draft 0)
Header
Header defines the metadata of the body.
Schema ID
https://gobl.org/draft-0/envelope#/$defs/Header
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
UUID | uuid | uuid.UUID | true | Unique UUIDv1 identifier for the envelope. |
Digest | dig | dsig.Digest | true | Digest of the canonical JSON body. |
Stamps | stamps | array of cbc.Stamp | Seals of approval from other organisations. | |
Tags | tags | array of string | Set of labels that describe but have no influence on the data. | |
Meta | meta | cbc.Meta | Additional semi-structured information about this envelope. | |
Notes | notes | string | Any information that may be relevant to other humans about this envelope | |
Draft | draft | boolean | When true, implies that this document should not be considered final. Digital signatures are optional. |