Skip to content

Commit

Permalink
Update assets/schema_input.json
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
  • Loading branch information
kubranarci and nvnieuwk authored Aug 12, 2024
1 parent b6b2f12 commit 3aba3ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"description": "Variant type to apply benchmarking",
"meta": ["vartype"],
"minLength": 1,
"errorMessage": "Variant type can be only one of these: small, sv, snv, indel and cnv"
"errorMessage": "Variant type can be only one of these: small, sv, snv, indel and cnv",
"enum": ["small", "sv", "snv", "indel", "cnv"]
},
"subsample": {
"type": "string",
Expand Down

0 comments on commit 3aba3ca

Please sign in to comment.