Kong · Schema

Provider Name

Name of cloud provider.

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

JSON Schema

kong-providername-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProviderName",
  "title": "Provider Name",
  "description": "Name of cloud provider.",
  "type": "string",
  "example": "aws",
  "enum": [
    "aws",
    "azure",
    "gcp"
  ],
  "x-speakeasy-unknown-values": "allow"
}