{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/newtaskdefaults.settings.qvdstorage.schema.json", "title": "Defaults for new QVD Storage Task", "description": "Schema for QVD Storage task default configuration", "type": "object", "additionalProperties": false, "properties": { "folderLocationType": { "$ref": "newtaskdefaults.settings.common.schema.json#/definitions/folderLocationType" }, "specificFolder": { "$ref": "newtaskdefaults.settings.common.schema.json#/definitions/specificFolder" } } }