{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/newtaskdefaults.settings.replicatelanding.schema.json", "title": "Defaults for new Replicate Landing Task", "description": "Schema for Replicate Landing task default configuration", "type": "object", "additionalProperties": false, "properties": { "taskRuntime": { "type": "object", "description": "Runtime configuration for the task", "additionalProperties": false, "properties": { "lakehouseClusterId": { "type": "string", "description": "Name of the lakehouse cluster to use" } } }, "folderLocationType": { "$ref": "newtaskdefaults.settings.common.schema.json#/definitions/folderLocationType" }, "specificFolder": { "$ref": "newtaskdefaults.settings.common.schema.json#/definitions/specificFolder" } } }