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