{ "conditions": [ { "months": [ 6, 7, 8 ], "type": "month" }, { "months": [ 12, 1, 2 ], "type": "month" } ], "type": "or" }
Condition that applies when any sub-conditions is met
Sub-conditions to be ORed together
1
Condition that only applies in the specified months.
Show child attributes
{ "months": [1, 2, 3, 11, 12], "type": "month"}
"or"
Was this page helpful?