{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionTenantIdAzureAD", "title": "ConnectionTenantIdAzureAD", "description": "The Azure AD tenant ID as a UUID. The unique identifier for your Azure AD organization. Must be a valid 36-character UUID.", "type": "string", "format": "uuid", "minLength": 36, "maxLength": 36 }