Kong · Schema

DecryptionRecordPart

* key - decrypt the record key * value - decrypt the record value

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

JSON Schema

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