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.",