Kong · Schema

ApiAccess

Type of API access data-plane groups will support for a configuration.

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

JSON Schema

kong-apiaccess-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiAccess",
  "title": "ApiAccess",
  "description": "Type of API access data-plane groups will support for a configuration.",
  "type": "string",
  "example": "private+public",
  "default": "private+public",
  "enum": [
    "private",
    "public",
    "private+public"
  ],
  "x-speakeasy-param-computed": true,
  "x-speakeasy-unknown-values": "allow"
}