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

# Name

Name represents what a human is called.

## Schema ID

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

## Properties

| Title          | Property   | Type                          | Req. | Description                                        |
| -------------- | ---------- | ----------------------------- | ---- | -------------------------------------------------- |
| UUID           | `uuid`     | string                        |      | Universally Unique Identifier.                     |
| Alias          | `alias`    | string                        |      | What the person would like to be called            |
| Prefix         | `prefix`   | string                        |      | Additional prefix to add to name, like Mrs. or Mr. |
| Given          | `given`    | string                        |      | Person's given or first name                       |
| Middle         | `middle`   | string                        |      | Middle names or initials                           |
| Surname        | `surname`  | string                        |      | Second or Family name.                             |
| Second Surname | `surname2` | string                        |      | Additional second of family name.                  |
| Suffix         | `suffix`   | string                        |      | Titles to include after the name.                  |
| Meta           | `meta`     | [cbc.Meta](/draft-0/cbc/meta) |      | Any additional useful data.                        |
