Kong · Schema

API Spec Type

The type of specification being stored. This allows us to render the specification correctly.

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

JSON Schema

kong-apispectype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiSpecType",
  "title": "API Spec Type",
  "description": "The type of specification being stored. This allows us to render the specification correctly.\n",
  "type": "string",
  "example": "oas3",
  "enum": [
    "oas2",
    "oas3",
    "asyncapi"
  ],
  "x-speakeasy-unknown-values": "allow"
}