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 |
- Profile person details
https://ns.adobe.com/xdm/context/profile-person-details
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Person
https://ns.adobe.com/xdm/context/person
- Extensibility base schema
{
"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"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:person | Person | Optional | Profile person details (this schema) |
* |
any | Additional | this schema allows additional properties |
An individual actor, contact, or owner.
xdm:person
- is optional
- type: Person
- defined in this schema
- Person –
https://ns.adobe.com/xdm/context/person