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