Skip to content

Commit

Permalink
Merge pull request #433 from icgc-argo/432_allow_interval_negative
Browse files Browse the repository at this point in the history
remove retriction to accept negative numbers as well
  • Loading branch information
lindaxiang authored Jul 19, 2024
2 parents c2cfd57 + 4ef0898 commit 5eb6706
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions schemas/specimen.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,7 @@
"displayName": "Specimen Acquisition Interval"
},
"restrictions": {
"required": true,
"range": {
"min": 0
}
"required": true
}
},
{
Expand Down

0 comments on commit 5eb6706

Please sign in to comment.