Kong · Schema

Instance Types

List of supported instance types, along with their associated resource parameters and pricing.

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

JSON Schema

kong-instancetypes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstanceTypes",
  "title": "Instance Types",
  "description": "List of supported instance types, along with their associated resource parameters and pricing.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/InstanceType"
  }
}