Skip to main content
Name represents what a human is called.

Schema ID

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

Properties

TitlePropertyTypeDescription
UUIDuuidstringUniversally Unique Identifier.
AliasaliasstringWhat the person would like to be called
PrefixprefixstringAdditional prefix to add to name, like Mrs. or Mr.
GivengivenstringPerson’s given or first name
MiddlemiddlestringMiddle names or initials
SurnamesurnamestringSecond or Family name.
Second Surnamesurname2stringAdditional second of family name.
SuffixsuffixstringTitles to include after the name.
Metametacbc.MetaAny additional useful data.

Validation Rules

FieldTestValidation Code / Message
given
  • Surname == ""
  • Present
GOBL-ORG-NAME-01
Given name is required when surname is absent
surname
  • Given == ""
  • Present
GOBL-ORG-NAME-02
Surname is required when given name is absent