{"$id":"https://events-schemas.twilio.com/DapTbt.LinkClicked/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Link clicked events from tbt-event-processor role","properties":{"account_sid":{"description":"Id of the account that sends the message","type":"string"},"click_time":{"description":"Time at which the short link is clicked","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"},"user_agent":{"description":"User agent from which the link is clicked","type":"string"}},"required":[],"title":"DapTbt.LinkClicked","type":"object"}