{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateEncryptionKeyRequestContent", "title": "CreateEncryptionKeyRequestContent", "type": "object", "additionalProperties": true, "required": [ "type" ], "properties": { "type": { "$ref": "#/components/schemas/CreateEncryptionKeyType" } } }