{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PageUpdateRequest", "type": "object", "properties": { "id": { "type": "string", "description": "The ID of the page being updated." }, "status": { "type": "string", "description": "The status of the page." }, "title": { "type": "string", "description": "The new title of the page." }, "spaceId": { "type": "string", "description": "The ID of the space the page belongs to." }, "parentId": { "type": "string", "description": "The ID of the new parent page." } } }