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 | Key used to identify the role of the person inside the context of the object. |
| Name | name | 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 | 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 | Regular post addresses for where information should be sent if needed. |
| Email Addresses | emails | array of org.Email | Electronic mail addresses that belong to the person. |
| Telephone Numbers | telephones | array of org.Telephone | Regular phone or mobile numbers |
| Avatars | avatars | array of org.Image | Avatars provider links to images or photos or the person. |
| Meta | meta | cbc.Meta | Data about the data. |
Validation Rules
| Field | Test | Validation Code / Message |
|---|---|---|
name |
| GOBL-ORG-PERSON-01Person name is required |