Kong · Schema

API Document Parent Document ID

API Documents may be rendered as a tree of files. Specify the `id` of another API Document as the `parent_document_id` to add some heirarchy do your documents.

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

JSON Schema

kong-apidocumentparentdocumentid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiDocumentParentDocumentId",
  "title": "API Document Parent Document ID",
  "description": "API Documents may be rendered as a tree of files.\n\nSpecify the `id` of another API Document as the `parent_document_id` to add some heirarchy do your documents.\n",
  "type": "string",
  "format": "uuid",
  "example": null,
  "nullable": true
}