{"$id":"https://events-schemas.twilio.com/Conversations.ConversationUpdated/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Conversation updated event","examples":[{"AccountSid":"ACe95cfd541a925a3337fec19a0200009","ConversationSid":"CHee95cfd541a925a3337fec19a0200009","DateCreated":"2025-01-01T00:00:00.000Z","DateUpdated":"2025-01-01T00:00:01.000Z","FriendlyName":"whatsapp:+11234567890","MessagingServiceSid":"MGee95cfd541a925a3337fec19a0200009","State":"active","UniqueName":"My conversation with +11234567890"}],"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"}