Atlassian · JSON Structure

Atlassian Confluence Content Copy Page Hierarchy Title Options Structure

Type: object Properties: 3
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

prefix replace search

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CopyPageHierarchyTitleOptions",
  "type": "object",
  "properties": {
    "prefix": {
      "type": "string"
    },
    "replace": {
      "type": "string"
    },
    "search": {
      "type": "string"
    }
  }
}