Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.95 KB

File metadata and controls

60 lines (41 loc) · 1.95 KB

Demographic Details Schema

https://ns.adobe.com/xdm/context/profile-person-details

Demographic information such as name, gender, and birth date of an individual.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted fieldgroups/profile/profile-person-details.schema.json

Schema Hierarchy

  • Demographic Details https://ns.adobe.com/xdm/context/profile-person-details

Demographic Details Example

{
  "xdm:person": {
    "xdm:name": {
      "xdm:firstName": "Jane",
      "xdm:middleName": "F",
      "xdm:lastName": "Doe",
      "xdm:fullName": "Jane F. Doe"
    },
    "xdm:birthDayAndMonth": "01-03",
    "xdm:gender": "female"
  }
}

Demographic Details Properties

Property Type Required Defined by
xdm:person Person Optional Demographic Details (this schema)
* any Additional this schema allows additional properties

xdm:person

Person

An individual actor, contact, or owner.

xdm:person

  • is optional
  • type: Person
  • defined in this schema

xdm:person Type

  • Personhttps://ns.adobe.com/xdm/context/person