Skip to content

Latest commit

 

History

History
159 lines (75 loc) · 4.08 KB

journeyStepEventJourneyFieldsMixin.schema.md

File metadata and controls

159 lines (75 loc) · 4.08 KB

Journey Orchestration common Journey Fields Schema

https://ns.adobe.com/experience/journeyOrchestration/stepEvents/journeyFields

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/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json

Journey Orchestration common Journey Fields Example

{
  "https://ns.adobe.com/experience/journeyOrchestration/journeyVersionID": "f3485959-0a9e-4004-82d9-f11bd6c4585b",
  "https://ns.adobe.com/experience/journeyOrchestration/journeyID": "fc0b645e-b3e3-4441"
}

Journey Orchestration common Journey Fields Properties

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

Journey Orchestration common Journey Fields

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

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

object with following properties:

Property Type Required
https://ns.adobe.com/experience/journeyOrchestration/description string Optional
https://ns.adobe.com/experience/journeyOrchestration/journeyID string Optional
https://ns.adobe.com/experience/journeyOrchestration/journeyVersionID string Optional
https://ns.adobe.com/experience/journeyOrchestration/name string Optional
https://ns.adobe.com/experience/journeyOrchestration/version string Optional
description

Description of the Journey.

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

  • is optional
  • type: string

string

journeyID

Identifier for the given Journey.

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

  • is optional
  • type: string

string

journeyVersionID

Id of the journey version. This id represents the identity of a journey.

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

  • 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