{"$id":"https://events-schemas.twilio.com/Conversations.DeliveryUpdated/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Delivery updated event. Fires when delivery receipt status is updated","properties":{"AccountSid":{"description":"Account SID of the event owner. For example: ACe95cfd541a925a3337fec19a0200009.","type":"string"},"ChannelMessageSid":{"description":"SID of the channel message. WAxxxxx for WhatsApp, SMxxxxx for SMS.","type":"string"},"ChatServiceSid":{"description":"SID of the conversation service. For example: ISee95cfd541a925a3337fec19a0200009.","type":"string"},"ConversationSid":{"description":"SID of the conversation. For example: CHee95cfd541a925a3337fec19a0200009.","type":"string"},"DateCreated":{"description":"Creation date of the event in ISO 8601 format.","type":"string"},"DateUpdated":{"description":"Update date of the event in ISO 8601 format.","type":"string"},"DeliveryReceiptSid":{"description":"SID of the delivery receipt. For example: DYee95cfd541a925a3337fec19a0200009.","type":"string"},"ErrorCode":{"description":"Twilio documented numeric error code.","type":"integer"},"MessageSid":{"description":"SID of the Conversation message: IMee95cfd541a925a3337fec19a0200009.","type":"string"},"ParticipantSid":{"description":"SID of the participant. For example: MBee95cfd541a925a3337fec19a0200009.","type":"string"},"Status":{"description":"Status of the message. One of: read, failed, delivered, undelivered or sent.","type":"string"}},"title":"DeliveryUpdatedEvent","type":"object"}