{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAuthenticationMethodPrivateKeyJWTCredentials", "title": "ClientAuthenticationMethodPrivateKeyJWTCredentials", "type": "array", "description": "A list of unique and previously created credential IDs enabled on the client for Private Key JWT authentication.", "minItems": 0, "items": { "$ref": "#/components/schemas/CredentialId" } }