> ## Documentation Index
> Fetch the complete documentation index at: https://gobl-regime-code.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Link

Link defines a link between this document and another resource.

## Schema ID

`https://gobl.org/draft-0/head/link`

## Properties

| Title       | Property      | Type                        | Req. | Description                                                  |
| ----------- | ------------- | --------------------------- | ---- | ------------------------------------------------------------ |
|             | `key`         | [cbc.Key](/draft-0/cbc/key) | true | Key is a unique identifier for 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.                    |
| URL         | `url`         | string                      | true | URL of the resource.                                         |
