{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "JourneyDefinition", "type": "object", "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "workflowApiVersion": { "type": "number" }, "triggers": { "type": "array" }, "activities": { "type": "array" }, "goals": { "type": "array" }, "exits": { "type": "array" } } }