{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-schema/journey-optimizer-api-journey-input-schema.json", "title": "JourneyInput", "description": "JourneyInput schema", "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "entryCondition": { "type": "object" }, "activities": { "type": "array", "items": { "type": "object" } } } }