Skip to content

Latest commit

 

History

History
130 lines (81 loc) · 3.28 KB

File metadata and controls

130 lines (81 loc) · 3.28 KB

Phone Number Details Schema

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

Schema Hierarchy

  • Phone Number Details https://ns.adobe.com/xdm/context/profile-phones

Phone Number Details Example

{
  "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"
  }
}

Phone Number Details Properties

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

xdm:faxPhone

Fax Phone

Fax phone number.

xdm:faxPhone

  • is optional
  • type: Phone number
  • defined in this schema

xdm:faxPhone Type

  • Phone numberhttps://ns.adobe.com/xdm/context/phonenumber

xdm:homePhone

Home Phone

Home phone number.

xdm:homePhone

  • is optional
  • type: Phone number
  • defined in this schema

xdm:homePhone Type

  • Phone numberhttps://ns.adobe.com/xdm/context/phonenumber

xdm:mobilePhone

Mobile Phone

Mobile phone number.

xdm:mobilePhone

  • is optional
  • type: Phone number
  • defined in this schema

xdm:mobilePhone Type

  • Phone numberhttps://ns.adobe.com/xdm/context/phonenumber

xdm:workPhone

Work Phone

Work phone number.

xdm:workPhone

  • is optional
  • type: Phone number
  • defined in this schema

xdm:workPhone Type

  • Phone numberhttps://ns.adobe.com/xdm/context/phonenumber