{"$id":"https://events-schemas.twilio.com/Conversations.ConversationUpdated/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Conversation updated event","properties":{"AccountSid":{"description":"Account SID of the conversation. For example: ACe95cfd541a925a3337fec19a0200009.","type":"string"},"Attributes":{"additionalProperties":{"type":"string"},"description":"Conversation metadata as set by the customer.","type":"object"},"ConversationSid":{"description":"SID of the conversation. For example: CHee95cfd541a925a3337fec19a0200009.","type":"string"},"DateCreated":{"description":"Creation date of the conversation in ISO 8601 format.","type":"string"},"DateUpdated":{"description":"Update date of the conversation in ISO 8601 format.","type":"string"},"FriendlyName":{"description":"Friendly name of the conversation.","type":"string"},"MessagingServiceSid":{"description":"SID of the messaging service. For example: MGee95cfd541a925a3337fec19a0200009.","type":"string"},"State":{"description":"Enumerated type representing state of the conversation. Possible values are: active, inactive, closed.","type":"string"},"UniqueName":{"description":"Unique name of the conversation.","type":"string"}},"title":"ConversationUpdatedEvent","type":"object"}