{ "$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-list-structure.json", "name": "JourneyList", "description": "JourneyList schema", "type": "object", "properties": { "journeys": { "type": "array", "items": { "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" } } } }, "totalCount": { "type": "int32" } } }