Skip to content

Commit

Permalink
allow 0 as false
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Sep 6, 2024
1 parent 7da572f commit 33d28b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceprod/core/data/dataset.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 33d28b5

Please sign in to comment.