Kong · Schema

API Document Slug

The `slug` is used in generated URLs to provide human readable paths. Defaults to `slugify(title)`

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

JSON Schema

kong-apidocumentslug-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiDocumentSlug",
  "title": "API Document Slug",
  "description": "The `slug` is used in generated URLs to provide human readable paths.\n\nDefaults to `slugify(title)`\n",
  "type": "string",
  "example": "api-document",
  "pattern": "^[\\w-]+$"
}