> ## 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.

# Email

Email describes the electronic mailing details.

## Schema ID

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

## Properties

| Title   | Property | Type                          | Description                    |
| ------- | -------- | ----------------------------- | ------------------------------ |
| UUID    | `uuid`   | string                        | Universally Unique Identifier. |
| Label   | `label`  | string                        | Identifier for the email.      |
| Address | `addr`   | string                        | Electronic mailing address.    |
| Meta    | `meta`   | [cbc.Meta](/draft-0/cbc/meta) | Additional fields.             |

## Validation Rules

| Field  | Test                                                                  | Validation Code / Message                            |
| ------ | --------------------------------------------------------------------- | ---------------------------------------------------- |
| `addr` | <ul class="gobl-test"><li class="gobl-test-present">Present</li></ul> | `GOBL-ORG-EMAIL-01`<br />Email address is required   |
| `addr` | <ul class="gobl-test"><li>Email-format</li></ul>                      | `GOBL-ORG-EMAIL-02`<br />Email address must be valid |
