{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionDpopSigningAlgValuesSupported", "title": "ConnectionDpopSigningAlgValuesSupported", "type": "array", "description": "JSON array containing a list of the JWS signing algorithms (alg values) supported for DPoP proof JWT signing.", "minItems": 0, "maxItems": 26, "items": { "type": "string", "maxLength": 14 } }