Skip to content

phoneSchema

type: object

a telephone number that can be used to reach the entity

Examples
{
"countryCode": 91,
"number": "9876543210"
}
{
"countryCode": 1,
"number": "(877) 273-3049"
}

countryCode

type: number

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.

number

type: string

the phone number itself, in the preferred format; This can include hyphens, parentheses and space.