From 40e45d5e454e5a0a271c2b1d11de53efb2198e8f Mon Sep 17 00:00:00 2001 From: Parth Shandilya Date: Mon, 19 Apr 2021 16:14:17 +0200 Subject: [PATCH] cli: validate workflow properties for serial workflows --- reana_commons/serial.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reana_commons/serial.py b/reana_commons/serial.py index d994df07..bcdd72d3 100644 --- a/reana_commons/serial.py +++ b/reana_commons/serial.py @@ -84,9 +84,11 @@ }, }, }, + "additionalProperties": False, }, } }, + "additionalProperties": False, }