{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionEndSessionEndpoint", "title": "ConnectionEndSessionEndpoint", "type": "string", "description": "URL of the identity provider's logout/end session endpoint. When configured as a static URL, users are redirected here after logging out from Auth0. Must use HTTPS scheme.", "format": "uri", "pattern": "^https:\\/\\/.*", "minLength": 8, "maxLength": 255 }