phoneSchema
type: object
a telephone number that can be used to reach the entity
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.