From b0c6af80e49ac2c88e3c6e410697544ee2b44b0e Mon Sep 17 00:00:00 2001 From: burri0000 <dominik.burri@unibas.ch> Date: Thu, 15 Jul 2021 14:56:38 +0200 Subject: [PATCH] do not allow additional properties in config --- resources/config_schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/config_schema.json b/resources/config_schema.json index 8db7929..1ad7846 100644 --- a/resources/config_schema.json +++ b/resources/config_schema.json @@ -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", -- GitLab