{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionTenantDomainSAML", "title": "ConnectionTenantDomainSAML", "allOf": [ { "description": "For SAML connections, the tenant domain used to construct the login endpoint URL. Can be a string for single-tenant or an array of strings for multi-tenant validation." }, { "$ref": "#/components/schemas/ConnectionTenantDomain" } ] }