Skip to content

Latest commit

 

History

History
95 lines (50 loc) · 2.89 KB

journeyOrchestrationIdentity.schema.md

File metadata and controls

95 lines (50 loc) · 2.89 KB

Journey Orchestration Identity Fields Schema

https://ns.adobe.com/experience/journeyOrchestration/Identity

This event is in relation with journey and describe the profile Identifiers

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted adobe/experience/journeyOrchestration/journeyOrchestrationIdentity.schema.json

Journey Orchestration Identity Fields Example

{
  "https://ns.adobe.com/experience/journeyOrchestration/profile": {
    "https://ns.adobe.com/experience/journeyOrchestration/ID": "johndoe@test.com",
    "https://ns.adobe.com/experience/journeyOrchestration/namespace": "email"
  }
}

Journey Orchestration Identity Fields Properties

Property Type Required Defined by
https://ns.adobe.com/experience/journeyOrchestration/profile object Optional Journey Orchestration Identity Fields (this schema)
* any Additional this schema allows additional properties

Journey Orchestration Identity Fields.

https://ns.adobe.com/experience/journeyOrchestration/profile

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

object with following properties:

Property Type Required
https://ns.adobe.com/experience/journeyOrchestration/ID string Optional
https://ns.adobe.com/experience/journeyOrchestration/namespace string Optional
ID

Profile identifier identifies the profile sent/used in a journey. E.g: foo@adobe.com.

https://ns.adobe.com/experience/journeyOrchestration/ID

  • is optional
  • type: string

string

Namespace

This field describes the Namespace referenced by the Profile used in the Journey. E.g: Email, ECID

https://ns.adobe.com/experience/journeyOrchestration/namespace

  • is optional
  • type: string

string