Kong · Schema

Control-Plane Geo

Set of control-plane geos supported for deploying cloud-gateways configurations.

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

JSON Schema

kong-controlplanegeo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ControlPlaneGeo",
  "title": "Control-Plane Geo",
  "description": "Set of control-plane geos supported for deploying cloud-gateways configurations.",
  "type": "string",
  "enum": [
    "us",
    "eu",
    "au",
    "me",
    "in",
    "sg"
  ],
  "x-speakeasy-unknown-values": "allow"
}