Kong · Schema

NamespaceExactAllowListItem

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
backend string
View JSON Schema on GitHub

JSON Schema

kong-namespaceexactallowlistitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NamespaceExactAllowListItem",
  "title": "NamespaceExactAllowListItem",
  "type": "object",
  "properties": {
    "backend": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "backend"
  ]
}