Kong · Schema

ConfigurationKind

**Pre-release Feature** This feature is currently in beta and is subject to change. Kind of the Cloud Gateway deployment. If serverless.v1 is specified, the following fields should be omitted (will be ignored if provided): autoscale, cloud_gateway_network_id, version.

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

JSON Schema

kong-configurationkind-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurationKind",
  "title": "ConfigurationKind",
  "description": "**Pre-release Feature**\nThis feature is currently in beta and is subject to change.\n\nKind of the Cloud Gateway deployment. If serverless.v1 is specified, the following fields\nshould be omitted (will be ignored if provided): autoscale, cloud_gateway_network_id, version.",
  "type": "string",
  "default": "dedicated.v0",
  "enum": [
    "dedicated.v0",
    "serverless.v1"
  ],
  "x-speakeasy-unknown-values": "allow"
}