{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionAcrValuesSupported", "title": "ConnectionAcrValuesSupported", "type": "array", "description": "A list of the Authentication Context Class References that this OP supports", "maxItems": 30, "minItems": 0, "items": { "type": "string", "maxLength": 100 } }