Skip to content

Latest commit

 

History

History
175 lines (88 loc) · 4.52 KB

journeyOrchestrationJourney.schema.md

File metadata and controls

175 lines (88 loc) · 4.52 KB

Journey Orchestration Journey Fields Schema

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

This Fieldgroup will have Common Journey Metadata Fields

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

Journey Orchestration Journey Fields Examples

{
  "https://ns.adobe.com/experience/journeyOrchestration/journey": {
    "https://ns.adobe.com/experience/journeyOrchestration/versionID": "f3485959-0a9e-4004-82d9-f11bd6c4585b",
    "https://ns.adobe.com/experience/journeyOrchestration/ID": "fc0b645e-b3e3-4441"
  }
}
{
  "https://ns.adobe.com/experience/journeyOrchestration/journey": {
    "https://ns.adobe.com/experience/journeyOrchestration/versionID": "f3485959-0a9e-4004-82d9-f11bd6c4585b",
    "https://ns.adobe.com/experience/journeyOrchestration/ID": "fc0b645e-b3e3-4441",
    "https://ns.adobe.com/experience/journeyOrchestration/name": "My Journey",
    "https://ns.adobe.com/experience/journeyOrchestration/description": "My journey description",
    "https://ns.adobe.com/experience/journeyOrchestration/version": "1.0"
  }
}

Journey Orchestration Journey Fields Properties

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

Journey Orchestration common Journey Fields

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

  • 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/description string Optional
https://ns.adobe.com/experience/journeyOrchestration/name string Optional
https://ns.adobe.com/experience/journeyOrchestration/version string Optional
https://ns.adobe.com/experience/journeyOrchestration/versionID string Optional
ID

Identifier for the given Journey.

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

  • is optional
  • type: string

string

Description

Description of the Journey.

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

  • is optional
  • type: string

string

Name

Name of the Journey.

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

  • is optional
  • type: string

string

Version

Describes the Journey Version.

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

  • is optional
  • type: string

string

Version ID

Identifier of the journey version. This id represents the identity of a journey. It's the last part of the journey's URL

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

  • is optional
  • type: string

string