https://ns.adobe.com/xdm/mixins/experienceevent-reference-keys
Add this field group to only Experience Event Class based schemas to add reference keys to build relationships to Other class based schemas.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | fieldgroups/experience-event/experienceevent-reference-keys.schema.json |
{
"xdm:person": {
"xdm:personalEmailID": "John.Doe@email.com",
"xdm:accountID": "ACT-1111",
"xdm:accountType": "Premium"
}
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:person | object |
Optional | Reference keys (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:person
- is optional
- type:
object - defined in this schema
object with following properties:
| Property | Type | Required |
|---|---|---|
xdm:accountID |
string | Optional |
xdm:accountType |
string | Optional |
xdm:personalEmailID |
string | Optional |
Account ID.
xdm:accountID
- is optional
- type:
string
string
Account Type.
xdm:accountType
- is optional
- type:
string
string
The technical address, for example, 'name@domain.com' as commonly defined in RFC2822 and subsequent standards.
xdm:personalEmailID
- is optional
- type:
string
string
- format:
email– email address (according to RFC 5322, section 3.4.1)