ContactInfo
Contact information
emailstring<email>
Email address
phone object
Phone number
countryCodestring
Country code
numberstring
Phone number
ContactInfo
{
"email": "user@example.com",
"phone": {
"countryCode": "string",
"number": "string"
}
}