{"$id":"https://events-schemas.twilio.com/Studio.FlowStepEvent/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Studio Flow Step Event Definition","examples":[{"account_sid":"AC0000000000000000000000000000001","date_created":"2025-01-01T00:00:00.000Z","execution_sid":"FN0000000000000000000000000000001","flow_sid":"FW0000000000000000000000000000001","name":"success","parent_step_sid":"FT0000000000000000000000000000001","step_sid":"FT0000000000000000000000000000002","transitioned_from":"widget_1","transitioned_to":"widget_3"}],"properties":{"account_sid":{"description":"Account SID from Event","type":"string"},"date_created":{"description":"Step creation date","type":"string"},"execution_sid":{"description":"Execution SID from Event","type":"string"},"flow_sid":{"description":"Flow SID from Event","type":"string"},"name":{"description":"Name of Step from Event","type":"string"},"parent_step_sid":{"description":"Parent Step SID from Event","type":"string"},"step_sid":{"description":"Step SID from Event","type":"string"},"transitioned_from":{"description":"The Widget the flow transitioned from","type":"string"},"transitioned_to":{"description":"The Widget the flow transitioned to","type":"string"}},"required":["step_sid","execution_sid","account_sid","flow_sid","name","transitioned_from","transitioned_to","date_created"],"title":"FlowStep","type":"object"}