{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionIssuer", "title": "ConnectionIssuer", "allOf": [ { "description": "The identity provider's unique issuer identifier URL (e.g., https://accounts.google.com). Must match the 'iss' claim in ID tokens from the identity provider." }, { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255" } ] }