Skip to content

Latest commit

 

History

History
96 lines (55 loc) · 2.6 KB

profilestitchidentity.schema.md

File metadata and controls

96 lines (55 loc) · 2.6 KB

Profile stitch identity Schema

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

Profile stitch identity is used to clearly distinguish profile stitching from multiple sources. ProfileStitchIdentity is established by an profile stitch identity provider, which itself is referenced in the namespace attribute. Within each namespace, the profileStitchIdentity is unique.

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

Schema Hierarchy

  • Profile stitch identity https://ns.adobe.com/xdm/context/profileStitchIdentity
    • Namespace https://ns.adobe.com/xdm/context/namespace

Profile stitch identity Example

{
  "@id": "https://data.adobe.io/entities/profileStitchIdentity/1",
  "xdm:namespace": {
    "xdm:code": "AAM"
  }
}

Profile stitch identity Properties

Property Type Required Defined by
@id string Optional Profile stitch identity (this schema)
xdm:namespace Namespace Optional Profile stitch identity (this schema)
xdm:xid string Optional Profile stitch identity (this schema)
* any Additional this schema allows additional properties

@id

Identifier

Identity of the profile stitch in the related namespace.

@id

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

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

xdm:namespace

Namespace

The namespace associated with the xid attribute.

xdm:namespace

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

xdm:namespace Type

  • Namespacehttps://ns.adobe.com/xdm/context/namespace

xdm:xid

Experience identifier

When present, this value represents a cross-namespace identifier that is unique across all namespace-scoped identifiers in all namespaces.

xdm:xid

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

xdm:xid Type

string