{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionJwksUri", "title": "ConnectionJwksUri", "allOf": [ { "description": "URL of the identity provider's JSON Web Key Set (JWKS) endpoint containing public keys for signature verification. Auth0 retrieves these keys to validate ID token signatures." }, { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255" } ] }