Key algorithm
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomSigningKeyAlgorithmEnum", "title": "CustomSigningKeyAlgorithmEnum", "type": "string", "description": "Key algorithm", "enum": [ "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "PS256", "PS384", "PS512" ] }