Kong · Schema

API Document ID

The API document identifier.

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

JSON Schema

kong-apidocumentid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiDocumentId",
  "title": "API Document ID",
  "description": "The API document identifier.",
  "type": "string",
  "format": "uuid",
  "example": "de5c9818-be5c-42e6-b514-e3d4bc30ddeb",
  "readOnly": true
}