{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionGatewayAuthenticationMethodSMS", "title": "ConnectionGatewayAuthenticationMethodSMS", "description": "The Authorization header type when calling the SMS gateway. Set to 'bearer' for JWT token authentication.", "type": "string", "minLength": 1, "maxLength": 20 }