diff --git a/assets/schema_input.json b/assets/schema_input.json index 8eda41b..fe35add 100644 --- a/assets/schema_input.json +++ b/assets/schema_input.json @@ -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",