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

# Person

Person represents a human, and how to contact them electronically.

## Schema ID

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

## Properties

| Title             | Property     | Type                                             | Description                                                                                                                                     |
| ----------------- | ------------ | ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| UUID              | `uuid`       | string                                           | Universally Unique Identifier.                                                                                                                  |
| Label             | `label`      | string                                           | Label can be used to identify the person in a given context in a single language, for example "Attn", "Contact", "Responsible", etc.            |
| Key               | `key`        | [cbc.Key](/draft-0/cbc/key)                      | Key used to identify the role of the person inside the context of the object.                                                                   |
| Name              | `name`       | [org.Name](/draft-0/org/name)                    | Complete details on the name of the person.                                                                                                     |
| Role              | `role`       | string                                           | Role or job title of the responsibilities of the person within an organization.                                                                 |
| Identities        | `identities` | array of [org.Identity](/draft-0/org/identity)   | Set of codes used to identify the person, such as ID numbers, social security, driving licenses, etc. that can be attributed to the individual. |
| Postal Addresses  | `addresses`  | array of [org.Address](/draft-0/org/address)     | Regular post addresses for where information should be sent if needed.                                                                          |
| Email Addresses   | `emails`     | array of [org.Email](/draft-0/org/email)         | Electronic mail addresses that belong to the person.                                                                                            |
| Telephone Numbers | `telephones` | array of [org.Telephone](/draft-0/org/telephone) | Regular phone or mobile numbers                                                                                                                 |
| Avatars           | `avatars`    | array of [org.Image](/draft-0/org/image)         | Avatars provider links to images or photos or the person.                                                                                       |
| Meta              | `meta`       | [cbc.Meta](/draft-0/cbc/meta)                    | Data about the data.                                                                                                                            |

## Validation Rules

| Field  | Test                                                                  | Validation Code / Message                         |
| ------ | --------------------------------------------------------------------- | ------------------------------------------------- |
| `name` | <ul class="gobl-test"><li class="gobl-test-present">Present</li></ul> | `GOBL-ORG-PERSON-01`<br />Person name is required |
