{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionGatewayAuthenticationAudienceSMS", "title": "ConnectionGatewayAuthenticationAudienceSMS", "description": "`aud` claim value in the JWT sent to the SMS gateway. Identifies the gateway service (e.g., 'urn:MySmsGateway').", "type": "string", "minLength": 1, "maxLength": 128 }