{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CimdMappedClientAuthenticationMethods", "title": "CimdMappedClientAuthenticationMethods", "type": "object", "description": "Client authentication methods derived from the JWKS document", "additionalProperties": true, "properties": { "private_key_jwt": { "$ref": "#/components/schemas/CimdMappedClientAuthenticationMethodsPrivateKeyJwt" } } }