Adobe Experience Cloud · JSON Structure

Journey Optimizer Api Journey Structure

Journey schema

Type: object Properties: 7
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Journey is a JSON Structure definition published by Adobe Experience Cloud, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description status version createdAt modifiedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/journey-optimizer-api-journey-structure.json",
  "name": "Journey",
  "description": "Journey schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "draft",
        "live",
        "stopped",
        "closed"
      ]
    },
    "version": {
      "type": "string"
    },
    "createdAt": {
      "type": "datetime"
    },
    "modifiedAt": {
      "type": "datetime"
    }
  }
}