Skip to content

Latest commit

 

History

History
114 lines (71 loc) · 3 KB

profilestitch.schema.md

File metadata and controls

114 lines (71 loc) · 3 KB

Profile stitch Schema

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

Details about the IDs that were joined by profile stitching.

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

Schema Hierarchy

  • Profile stitch https://ns.adobe.com/xdm/context/profileStitch

Profile stitch Example

{
  "xdm:profileStitchID": {
    "@id": "https://data.adobe.io/entities/profileStitchIdentity/1",
    "xdm:namespace": {
      "xdm:code": "AAM"
    }
  },
  "xdm:version": "1.0",
  "xdm:identityMap": {
    "ECID": [
      {
        "xdm:id": "https://data.adobe.io/entities/identity/92312748749128"
      },
      {
        "xdm:id": "https://data.adobe.io/entities/identity/62312748749321"
      },
      {
        "xdm:id": "https://data.adobe.io/entities/identity/49312748749132"
      }
    ]
  }
}

Profile stitch Properties

Property Type Required Defined by
xdm:identityMap object Optional IdentityMap
xdm:profileStitchID Profile stitch identity Optional Profile stitch (this schema)
xdm:version string Optional Profile stitch (this schema)
* any Additional this schema allows additional properties

xdm:identityMap

xdm:identityMap

xdm:identityMap Type

object with following properties:

Property Type Required

xdm:profileStitchID

Profile stitch ID

The identity of the segment or snapshot definition in with the domain of the specific system that processes that type of segment.

xdm:profileStitchID

  • is optional
  • type: Profile stitch identity
  • defined in this schema

xdm:profileStitchID Type

xdm:version

Version

The version of the profile stitch definition used and is useful for debugging.

xdm:version

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

xdm:version Type

string