{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JourneyExit", "title": "JourneyExit", "type": "object", "description": "Exit criteria that remove contacts from the journey", "properties": { "key": { "type": "string", "example": "example_value" }, "name": { "type": "string", "example": "Example Title" }, "criteria": { "type": "string", "description": "Criteria expression that triggers journey exit", "example": "example_value" } } }