Skip to content

Commit 9458324

Browse files
committed
Add SliceTiming >= 0 in JSON schema
1 parent c374c5c commit 9458324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validators/schemas/bold.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"SliceTiming": {
2424
"type": "array",
2525
"items": {
26-
"type": "number"
26+
"type": "number",
27+
"minimum": 0
2728
}
2829
},
2930
"TaskName": {

0 commit comments

Comments
 (0)