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