Options for importing a content item
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ImportOptions", "title": "ImportOptions", "type": "object", "description": "Options for importing a content item", "properties": { "targetFolderId": { "type": "string", "description": "The target folder ID for the imported content" }, "overwrite": { "type": "boolean", "description": "Whether to overwrite existing content", "default": false } } }