Schema ID
https://gobl.org/draft-0/org/name
Properties
| Title | Property | Type | 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 | Any additional useful data. |
Validation Rules
| Field | Test | Validation Code / Message |
|---|---|---|
given |
| GOBL-ORG-NAME-01Given name is required when surname is absent |
surname |
| GOBL-ORG-NAME-02Surname is required when given name is absent |