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-copypagehierarchytitleoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CopyPageHierarchyTitleOptions",
  "title": "CopyPageHierarchyTitleOptions",
  "type": "object",
  "properties": {
    "prefix": {
      "type": "string",
      "example": "example_value"
    },
    "replace": {
      "type": "string",
      "example": "example_value"
    },
    "search": {
      "type": "string",
      "example": "example_value"
    }
  },
  "description": "Required for copying page in the same space."
}