https://ns.adobe.com/xdm/context/identity-namespace
Identity Namespace Schema.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | identity/identity-namespace.schema.json |
- Identity Namespace
https://ns.adobe.com/xdm/context/identity-namespace
- Record Schema
https://ns.adobe.com/xdm/data/record
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Record Schema
{
"xdm:namespaceCode": "ECID",
"xdm:namespaceID": 4657,
"xdm:namespaceName": "ECID",
"xdm:namespaceDescription": "Experience Cloud ID",
"xdm:namespaceIdType": "COOKIE"
}
{
"xdm:namespaceCode": "ECID",
"xdm:namespaceID": 4657,
"xdm:namespaceName": "ECID",
"xdm:namespaceDescription": "Experience Cloud ID",
"xdm:namespaceIdType": "COOKIE",
"xdm:createDate": "2018-10-23T12:00:00-06:00",
"xdm:modifyDate": "2018-10-23T12:00:00-06:00"
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Record Schema |
xdm:createDate | string |
Optional | Identity Namespace (this schema) |
xdm:modifyDate | string |
Optional | Identity Namespace (this schema) |
xdm:namespaceCode | string |
Optional | Identity Namespace (this schema) |
xdm:namespaceDescription | string |
Optional | Identity Namespace (this schema) |
xdm:namespaceID | integer |
Optional | Identity Namespace (this schema) |
xdm:namespaceIdType | enum |
Optional | Identity Namespace (this schema) |
xdm:namespaceName | string |
Optional | Identity Namespace (this schema) |
* |
any | Additional | this schema allows additional properties |
A unique identifier for the record.
@id
- is optional
- type:
string
- defined in Record Schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
The date and time when the namespace was created in ISO 8601 format
xdm:createDate
- is optional
- type:
string
- defined in this schema
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
"An example form is \"2004-10-23T12:00:00-06:00\"."
The date and time when the namespace was updated in ISO 8601 format
xdm:modifyDate
- is optional
- type:
string
- defined in this schema
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
"An example form is \"2004-10-23T12:00:00-06:00\"."
This code is a human readable identifier for the namespace
xdm:namespaceCode
- is optional
- type:
string
- defined in this schema
string
Description for the namespace
xdm:namespaceDescription
- is optional
- type:
string
- defined in this schema
string
Unique Identifier for namespace
xdm:namespaceID
- is optional
- type:
integer
- defined in this schema
integer
Identity identifier type for the namespace
xdm:namespaceIdType
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
EMAIL |
|
PHONE_NUMBER |
Phone number |
DEVICE |
Device ID |
COOKIE |
Cookie ID |
CROSS_DEVICE |
Cross-device ID |
NON_PEOPLE |
Non-people identifier |
This is human readable name for the namespace
xdm:namespaceName
- is optional
- type:
string
- defined in this schema
string