Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 2.51 KB

identitymap.schema.md

File metadata and controls

87 lines (64 loc) · 2.51 KB

IdentityMap Schema

https://ns.adobe.com/xdm/context/identitymap

Defines a map containing a set of end user identities, keyed on either namespace integration code or the namespace ID of the identity. The values of the map are an array, meaning that more than one identity of each namespace may be carried. Use identityMap if bringing in data from systems having identities stored in a map structure. Limitation: you won't be able to see the identity fields in the UI. If collecting data directly from a website or bringing in raw data from a system, and identities are in different fields in the data, then use descriptors. This will give you visibility to your identities in the UI.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted fieldgroups/shared/identitymap.schema.json

IdentityMap Examples

{
  "https://data.adobe.io/entities/namespace/4": [
    {
      "xdm:id": "92312748749128"
    },
    {
      "xdm:id": "92312748749239"
    }
  ],
  "https://data.adobe.io/entities/namespace/10": [
    {
      "xdm:id": "2394509340-30453470347",
      "xdm:authenticatedState": "authenticated"
    }
  ],
  "https://data.adobe.io/entities/namespace/9": [
    {
      "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d"
    }
  ]
}
{
  "EMAIL": [
    {
      "xdm:id": "92312748749128"
    },
    {
      "xdm:id": "92312748749239"
    }
  ],
  "CRM": [
    {
      "xdm:id": "2394509340-30453470347",
      "xdm:authenticatedState": "authenticated"
    }
  ]
}

IdentityMap Properties

Property Type Required Defined by
xdm:identityMap object Optional IdentityMap (this schema)
* any Additional this schema allows additional properties

xdm:identityMap

xdm:identityMap

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

xdm:identityMap Type

object with following properties:

Property Type Required