Skip to content
Get in touch

Phone

A phone number.

PropertyTypeRequiredDescription
countryCodestringYesThe international country code (e.g., “+1” for US/Canada).
numberstringYesThe local phone number without the country code.
extensionstringNoOptional extension number for the phone line.
isMobilebooleanNoIndicates whether this is a mobile/cell phone number.

A JSON example of this model is:

{
"countryCode": "+1",
"number": "555-123-4567",
"extension": "123",
"isMobile": true
}