From 33d28b537c5d688dddc9ff0d90f78d81215aa178 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Fri, 6 Sep 2024 16:52:01 -0500 Subject: [PATCH] allow 0 as false --- iceprod/core/data/dataset.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }