{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientCreateAuthenticationMethodPrivateKeyJWT", "title": "ClientCreateAuthenticationMethodPrivateKeyJWT", "type": "object", "description": "Defines `private_key_jwt` client authentication method. If this property is defined, the client is enabled to use the Private Key JWT authentication method.", "additionalProperties": false, "required": [ "credentials" ], "properties": { "credentials": { "$ref": "#/components/schemas/ClientCreateAuthenticationMethodPrivateKeyJWTCredentials" } } }