{"$id":"https://events-schemas.twilio.com/Conversations.ConversationAdded/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Conversation added 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"},"AuthorFriendlyName":{"description":"Friendly name of the author.","type":"string"},"Bindings":{"additionalProperties":false,"description":"Object containing bindings values","properties":{"Email":{"additionalProperties":false,"description":"Object containing email bindings values","properties":{"Name":{"description":"The default name that will be used when sending outbound emails in this conversation.","type":"string"},"ProjectedAddress":{"description":"The default email address that will be used when sending outbound emails in this conversation.","type":"string"}},"type":"object"}},"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"},"FriendlyName":{"description":"Friendly name of the conversation.","type":"string"},"Media":{"description":"Media properties of the conversation as an array of JSON objects.","items":{"additionalProperties":false,"description":"Media object properties.","properties":{"ContentType":{"description":"Content type of the media object.","type":"string"},"Filename":{"description":"Filename of the media object.","type":"string"},"MediaSid":{"description":"SID of the media object.","type":"string"},"Size":{"description":"Size of the media object in bytes.","type":"integer"}},"type":"object"},"type":"array"},"MessageBody":{"description":"Initial conversation message string.","type":"string"},"MessageSubject":{"description":"Subject of the initial conversation message.","type":"string"},"MessagingBinding":{"additionalProperties":false,"description":"Object containing Messaging binding values","properties":{"Address":{"description":"Originating phone number of the channel creator.","type":"string"},"AuthorAddress":{"description":"Number of the message author when auto-creating Group MMS.","type":"string"},"ProjectedAddress":{"description":"The address of the Twilio phone number that is used in Group MMS. Communication mask for the Conversation participant with Identity.","type":"string"},"ProxyAddress":{"description":"Twilio Brand phone number used by channel creator.","type":"string"}},"type":"object"},"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":"ConversationAddedEvent","type":"object"}