{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListEncryptionKeysResponseContent", "title": "ListEncryptionKeysResponseContent", "oneOf": [ { "type": "array", "description": "Encryption keys.", "items": { "$ref": "#/components/schemas/EncryptionKey" } }, { "$ref": "#/components/schemas/ListEncryptionKeyOffsetPaginatedResponseContent" } ] }