{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CloneReportRequest", "type": "object", "properties": { "name": { "type": "string" }, "targetModelId": { "type": "string" }, "targetWorkspaceId": { "type": "string" } } }