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