Kong · Schema

VirtualClusterAuthenticationAnonymous

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

kong-virtualclusterauthenticationanonymous-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VirtualClusterAuthenticationAnonymous",
  "title": "VirtualClusterAuthenticationAnonymous",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "anonymous"
    }
  },
  "required": [
    "type"
  ]
}