Schema ID
https://gobl.org/draft-0/head/link
Properties
| Title | Property | Type | Req. | Description |
|---|---|---|---|---|
| UUID | uuid | string | Universally Unique Identifier. | |
| Category | category | cbc.Key | Category helps classify the link according to a fixed list. This is optional but highly recommended as it helps receivers better understand the purpose of the link and potentially how it should be presented. | |
key | cbc.Key | true | Key is a unique identifier for the link within the header and category if provided. | |
| Code | code | cbc.Code | Code used to identify the contents of the link. | |
| Title | title | string | Title of the resource to use when presenting to users. | |
| Description | description | string | Description of the resource to use when presenting to users. | |
| MIME Type | mime | string | Expected MIME type of the link’s content when the content is a file. Can only be one of the allowed types defined by EN 16931-1:2017 plus XML itself. | |
| Digest | digest | dsig.Digest | Digest is used to verify the integrity of the destination document when downloaded from the URL. | |
| URL | url | string | true | URL of the resource. |
| Metadata | meta | cbc.Meta | Meta contains additional metadata about the link. |
Category Values
| Value | Description |
|---|---|
format | Alternative formats of the same document, such as PDF, HTML, or XML. |
portal | Websites that provide access to alternative versions of this document or request modifications. May also allow access to other or previous business documents. |
request | Documents related to requests submitted to other systems. |
response | Response documents sent from third party systems often in reply to requests. |
agreement | Contracts or agreements related to this document. |
verification | Evidence or verification documents that can be used to validate the authenticity of this document. |
attachment | General attachments for related information such as spread sheets, letters, presentations, specifications, etc. |