{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CopyPageHierarchyRequest", "type": "object", "properties": { "copyAttachments": { "type": "boolean" }, "copyPermissions": { "type": "boolean" }, "copyProperties": { "type": "boolean" }, "copyLabels": { "type": "boolean" }, "copyCustomContents": { "type": "boolean" }, "copyDescendants": { "type": "boolean" } } }