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