{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionGatewayUrlSMS", "title": "ConnectionGatewayUrlSMS", "description": "The URL of your SMS gateway. Auth0 must be able to reach this URL for it to use your gateway to send messages on your behalf.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255" } ], "x-release-lifecycle": "deprecated" }