{"$id":"https://events-schemas.twilio.com/DapTbt.LinkShortened/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Link shortened events from tbt-url-shortener role","properties":{"account_sid":{"description":"Id of the account that sends the message","type":"string"},"from":{"description":"Source number from which the message is sent","type":"string"},"link":{"description":"The long url that is part of the message body","type":"string"},"link_create_time":{"description":"CreatedAt time of the link","type":"string"},"message_sid":{"description":"Id of the message that contains the short link","type":"string"},"messaging_service_sid":{"description":"Id of the messaging service used to send the message","type":"string"},"shortened_link":{"description":"The short url generated by the tbt-url-shortener service","type":"string"},"to":{"description":"Destination number to which the message with short url is sent","type":"string"}},"required":[],"title":"DapTbt.LinkShortened","type":"object"}