Kong · Schema

VirtualClusterNamespaceIdSelector

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

JSON Schema

kong-virtualclusternamespaceidselector-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VirtualClusterNamespaceIdSelector",
  "title": "VirtualClusterNamespaceIdSelector",
  "type": "object",
  "discriminator": {
    "propertyName": "type",
    "mapping": {
      "glob": "#/components/schemas/VirtualClusterNamespaceIdSelectorGlob",
      "exact_list": "#/components/schemas/VirtualClusterNamespaceIdSelectorExactList"
    }
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/VirtualClusterNamespaceIdSelectorGlob"
    },
    {
      "$ref": "#/components/schemas/VirtualClusterNamespaceIdSelectorExactList"
    }
  ],
  "required": [
    "type"
  ]
}