Skip to content
Snippets Groups Projects
Commit b0c6af80 authored by Dominik Burri's avatar Dominik Burri
Browse files

do not allow additional properties in config

parent 39baeaa4
No related branches found
No related tags found
1 merge request!91Config validation
Pipeline #12891 passed
......@@ -3,6 +3,7 @@
"title": "Configuration schema",
"required": ["samples", "output_dir", "log_dir", "kallisto_indexes", "salmon_indexes", "star_indexes", "alfa_indexes"],
"type": "object",
"additionalProperties": false,
"properties": {
"samples": {
"type": "string",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment