{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionProviderSMS", "title": "ConnectionProviderSMS", "description": "SMS provider. Set to 'sms_gateway' to use a custom SMS gateway instead of Twilio.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionProviderEnumSMS" } ], "x-release-lifecycle": "deprecated" }