https://ns.adobe.com/xdm/context/profile-phones
Phone number such as fax, mobile, home, and work.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | fieldgroups/profile/profile-phones.schema.json |
- Phone Number Details
https://ns.adobe.com/xdm/context/profile-phones- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible - Phone number
https://ns.adobe.com/xdm/context/phonenumber
- Extensibility base schema
{
"xdm:homePhone": {
"xdm:primary": true,
"xdm:number": "1-408-888-8888",
"xdm:status": "active"
},
"xdm:mobilePhone": {
"xdm:primary": true,
"xdm:number": "1-408-888-8888",
"xdm:status": "active"
},
"xdm:workPhone": {
"xdm:primary": true,
"xdm:number": "1-408-888-8888",
"xdm:status": "active"
},
"xdm:faxPhone": {
"xdm:primary": true,
"xdm:number": "1-408-888-8888",
"xdm:status": "active"
}
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:faxPhone | Phone number | Optional | Phone Number Details (this schema) |
| xdm:homePhone | Phone number | Optional | Phone Number Details (this schema) |
| xdm:mobilePhone | Phone number | Optional | Phone Number Details (this schema) |
| xdm:workPhone | Phone number | Optional | Phone Number Details (this schema) |
* |
any | Additional | this schema allows additional properties |
Fax phone number.
xdm:faxPhone
- is optional
- type: Phone number
- defined in this schema
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber
Home phone number.
xdm:homePhone
- is optional
- type: Phone number
- defined in this schema
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber
Mobile phone number.
xdm:mobilePhone
- is optional
- type: Phone number
- defined in this schema
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber
Work phone number.
xdm:workPhone
- is optional
- type: Phone number
- defined in this schema
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber