{"$id":"https://events-schemas.twilio.com/Studio.FlowStepEvent/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Studio Flow Step Event Definition","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":"Step that the event transitioned from","type":"string"},"transitioned_to":{"description":"Step that the event transitioned to","type":"string"}},"required":["step_sid","execution_sid","account_sid","flow_sid","name","transitioned_from","transitioned_to","date_created"],"title":"FlowStep","type":"object"}