Kong · Schema

ParentPageId

Pages may be rendered as a tree of files. Specify the `id` of another page as the `parent_page_id` to add some hierarchy to your pages.

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

JSON Schema

kong-parentpageid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ParentPageId",
  "title": "ParentPageId",
  "description": "Pages may be rendered as a tree of files.\n\nSpecify the `id` of another page as the `parent_page_id` to add some hierarchy to your pages.\n",
  "type": "string",
  "format": "uuid",
  "example": null,
  "nullable": true
}