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