Skip to content

Commit

Permalink
0 without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 25, 2024
1 parent 04b961f commit b14e9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "integer",
"errorMessage": "Status can only be 0 (normal) or 1 (tumor). Defaults to 0, if none is supplied.",
"meta": ["status"],
"default": "0",
"default": 0,
"minimum": 0,
"maximum": 1
},
Expand Down

0 comments on commit b14e9da

Please sign in to comment.