{"$id":"https://events-schemas.twilio.com/Conversations.ConversationStateUpdated/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Conversation state updated event.","properties":{"AccountSid":{"description":"Account SID of the conversation. For example: ACe95cfd541a925a3337fec19a0200009.","type":"string"},"ConversationSid":{"description":"SID of the conversation. For example: CHee95cfd541a925a3337fec19a0200009.","type":"string"},"MessagingServiceSid":{"description":"SID of the messaging service. For example: MGee95cfd541a925a3337fec19a0200009.","type":"string"},"Reason":{"description":"Source of the state change (API, TIMER, EVENT).","type":"string"},"StateFrom":{"description":"The previous state of the conversation prior to the update (active, inactive or closed).","type":"string"},"StateTo":{"description":"The state the conversation was updated to (active, inactive or closed).","type":"string"},"StateUpdated":{"description":"Date when the Conversation state was modified in ISO 8601 format.","type":"string"}},"title":"ConversationStateUpdatedEvent","type":"object"}