Kong · Schema

EventGatewayStaticKeySource

A key source that uses static symmetric keys.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

kong-eventgatewaystatickeysource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventGatewayStaticKeySource",
  "title": "EventGatewayStaticKeySource",
  "description": "A key source that uses static symmetric keys.\n",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "static"
    }
  },
  "additionalProperties": false,
  "required": [
    "type"
  ]
}