Twilio Messaging Service SID
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionMessagingServiceSidSMS", "title": "ConnectionMessagingServiceSidSMS", "description": "Twilio Messaging Service SID", "x-release-lifecycle": "deprecated", "type": "string", "minLength": 34, "maxLength": 34, "pattern": "^MG[0-9a-fA-F]{32}$" }