{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-event-start-condition-schema.json", "title": "EventStartCondition", "description": "Specifies the settings for an event that causes a journey activity to start.", "type": "object", "properties": { "EventFilter": { "$ref": "#/components/schemas/EventFilter" }, "SegmentId": { "$ref": "#/components/schemas/__string" } } }