{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceServerTokenEncryptionAlgorithmEnum", "title": "ResourceServerTokenEncryptionAlgorithmEnum", "type": "string", "description": "Algorithm used to encrypt the token.", "enum": [ "RSA-OAEP-256", "RSA-OAEP-384", "RSA-OAEP-512" ] }