{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionRegistrationEndpoint", "title": "ConnectionRegistrationEndpoint", "allOf": [ { "description": "URL of the OPs Dynamic Client Registration Endpoint. RECOMMENDED but not REQUIRED. https://openid.net/specs/openid-connect-discovery-1_0.html#OpenID.Registration" }, { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255" } ] }