Selected Signing Algorithm
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PostConnectionKeysAlgEnum", "title": "PostConnectionKeysAlgEnum", "type": "string", "description": "Selected Signing Algorithm", "enum": [ "RS256", "RS384", "RS512", "PS256", "PS384", "ES256", "ES384" ] }