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

# Website

Website describes what is expected for a web address.

## Schema ID

`https://gobl.org/draft-0/org/website`

## Properties

| Title | Property | Type   | Description                                                            |
| ----- | -------- | ------ | ---------------------------------------------------------------------- |
| UUID  | `uuid`   | string | Universally Unique Identifier.                                         |
| Label | `label`  | string | Label for the website to show alongside the URL.                       |
| Title | `title`  | string | Title of the website to help distinguish between this and other links. |
| URL   | `url`    | string | URL for the website.                                                   |

## Validation Rules

| Field | Test                                                                              | Validation Code / Message                                            |
| ----- | --------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `url` | <ul class="gobl-test"><li class="gobl-test-present">Present</li><li>Url</li></ul> | `GOBL-ORG-WEBSITE-01`<br />Website URL is required and must be valid |
