diff --git a/iceprod/core/data/dataset.schema.json b/iceprod/core/data/dataset.schema.json index d3bf84d9..582b0ccf 100644 --- a/iceprod/core/data/dataset.schema.json +++ b/iceprod/core/data/dataset.schema.json @@ -229,7 +229,7 @@ "description": "movement of data" }, "transfer": { - "anyOf": [{"type": "string"}, {"type": "boolean"}], + "anyOf": [{"type": "string"}, {"type": "integer"}, {"type": "boolean"}], "default": true, "description": "should the data be transferred" }