Skip to content

Contact

a collection of ways to contact a given entity
Type: object
Properties

emails

a list of email addresses
Type: array
Default: []
Item

Type: string
Format: email

phones

a list of phone numbers
Type: array
Default: []
Item

Type: Phone
Examples
{
"emails": [
"alice@example.com"
],
"phones": [
{
"countryCode": 91,
"number": "9876543210"
}
]
}