Name object

Attributes

AttributeData typeDescription
firststringCan contain multiple words (for middle names).
laststringCustomer's last name.
fullstringRequired if 'first' and 'last' keys are missing. The string must contain at least two words.
{
   "first": "John",
   "last": "Doe",
   "full": "John Doe"
}