{"$id":"https://events-schemas.twilio.com/Studio.FlowExecutionEvent/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Studio Flow Execution Event Definition","examples":[{"account_sid":"AC0000000000000000000000000000001","contact_channel_address":"+11234567890","date_created":"2025-01-01T00:00:00.000Z","date_updated":"2025-01-01T00:00:01.000Z","ended_reason":"FLOW_END","execution_sid":"FN0000000000000000000000000000001","flow_revision":1196,"flow_sid":"FW0000000000000000000000000000001","started_by":"CA0000000000000000000000000000001","status":"ended"}],"properties":{"account_sid":{"description":"Account SID from Event","type":"string"},"contact_channel_address":{"description":"Address of contact channel","type":"string"},"date_created":{"description":"Execution creation date","type":"string"},"date_updated":{"description":"Date updated for execution event","type":"string"},"ended_reason":{"description":"Reason to end execution","type":"string"},"execution_sid":{"description":"Execution SID from Event","type":"string"},"flow_revision":{"default":1,"description":"Revision number of the Flow that was used to handle this Execution","type":"integer"},"flow_sid":{"description":"Flow SID from Event","type":"string"},"started_by":{"description":"SID of the resource that initiated the Execution","type":"string"},"status":{"description":"Execution Status","type":"string"}},"required":["execution_sid","account_sid","flow_sid","contact_channel_address","status","date_created","started_by","flow_revision"],"title":"FlowExecution","type":"object"}