Atlassian · Schema

CopyPageHierarchyTitleOptions

Required for copying page in the same space.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
prefix string
replace string
search string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-copy-page-hierarchy-title-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CopyPageHierarchyTitleOptions",
  "type": "object",
  "description": "Required for copying page in the same space.",
  "properties": {
    "prefix": {
      "type": "string"
    },
    "replace": {
      "type": "string"
    },
    "search": {
      "type": "string"
    }
  }
}