Schemas (Draft 0)
Envelope
Envelope wraps around a document adding headers and digital signatures.
Schema ID
https://gobl.org/draft-0/envelope
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
JSON Schema ID | $schema | string | true | Schema identifies the schema that should be used to understand this document |
Header | head | head.Header | true | Details on what the contents are |
Document | doc | schema.Object | true | The data inside the envelope |
Signatures | sigs | array of dsig.Signature | JSON Web Signatures of the header |