{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntryEventResponse", "title": "EntryEventResponse", "type": "object", "description": "Response returned after firing a journey entry event", "properties": { "requestId": { "type": "string", "description": "Unique identifier for the event request", "example": "500123" }, "eventInstanceId": { "type": "string", "format": "uuid", "description": "Unique instance identifier for this event firing", "example": "500123" } } }