{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientCredentialAlgorithmEnum", "title": "ClientCredentialAlgorithmEnum", "type": "string", "description": "Algorithm which will be used with the credential. Supported algorithms: RS256,RS384,PS256", "default": "RS256", "enum": [ "RS256", "RS384", "PS256" ] }