{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionResponseModesSupported", "title": "ConnectionResponseModesSupported", "type": "array", "description": "A list of the OAuth 2.0 response_mode values that this OP supports. If omitted, the default for Dynamic OpenID Providers is [\"query\", \"fragment\"]", "minItems": 0, "maxItems": 16, "items": { "type": "string", "maxLength": 20 } }