{ "$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 }