Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.88 KB

profile-person-details.schema.md

File metadata and controls

60 lines (41 loc) · 1.88 KB

Profile person details Schema

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

This mixin is used to capture information regarding name, gender, and birth date of an individual.

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

Schema Hierarchy

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

Profile person 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"
  }
}

Profile person details Properties

Property Type Required Defined by
xdm:person Person Optional Profile person 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