Atlassian · JSON Structure

Atlassian Confluence Content Copy Page Hierarchy Request Structure

Type: object Properties: 6
CodeCollaborationPlatformProductivitySoftware Development

CopyPageHierarchyRequest is a JSON Structure definition published by Atlassian, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

copyAttachments copyPermissions copyProperties copyLabels copyCustomContents copyDescendants

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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