Kong · Schema

EncryptionRecordPart

* key - encrypt the record key * value - encrypt the record value

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-encryptionrecordpart-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EncryptionRecordPart",
  "title": "EncryptionRecordPart",
  "description": "* key - encrypt the record key\n* value - encrypt the record value\n",
  "type": "string",
  "enum": [
    "key",
    "value"
  ],
  "x-speakeasy-unknown-values": "allow"
}