From 60c8bee00c46b4f9e400f3461e0144049dedf7fb Mon Sep 17 00:00:00 2001 From: Sean Warren Date: Thu, 30 Nov 2023 20:04:11 -0800 Subject: [PATCH] fix: removed default value from condition unit --- schema/workflow/unit/condition.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schema/workflow/unit/condition.json b/schema/workflow/unit/condition.json index 17eb55d04..5afceb6dc 100644 --- a/schema/workflow/unit/condition.json +++ b/schema/workflow/unit/condition.json @@ -35,8 +35,7 @@ }, "maxOccurrences": { "description": "Maximum occurrence of the condition, usable for loops.", - "type": "integer", - "default": 100 + "type": "integer" }, "throwException": { "description": "Throw exception on reaching to maximum occurence.",