{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionDestinationUrlSAML", "title": "ConnectionDestinationUrlSAML", "description": "The URL where Auth0 will send SAML authentication requests (the Identity Provider's SSO URL). Must be a valid HTTPS URL.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255" } ] }