Adobe Experience Cloud · JSON Structure

Journey Optimizer Api Collection Structure

Collection schema

Type: object Properties: 3
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

id name filter

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-collection-structure.json",
  "name": "Collection",
  "description": "Collection schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "filter": {
      "type": "object"
    }
  }
}