Phone
a telephone number that can be used to reach the entity
Type:
object
Properties
countryCode *
the country calling code for the phone number, without any leading '+' or zeroes; In implementations, the country code may be used as the key to look up the country name.
Type:
integer
Required: yes
Range:
[1,
MAX_SAFE_INTEGER
] number *
the phone number itself, in the preferred format; This can include hyphens, parentheses and space.
Type:
string
Required: yes
Examples
{ "countryCode": 91, "number": "9876543210"}
{ "countryCode": 1, "number": "(877) 273-3049"}