{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientSignedRequestObjectWithCredentialId", "title": "ClientSignedRequestObjectWithCredentialId", "type": "object", "description": "JWT-secured Authorization Requests (JAR) settings.", "additionalProperties": false, "properties": { "required": { "type": "boolean", "description": "Indicates whether the JAR requests are mandatory", "default": false }, "credentials": { "type": "array", "minItems": 0, "items": { "$ref": "#/components/schemas/CredentialId" } } } }