{ "conditions": [ { "days": [ 1, 2, 3, 4, 5 ], "type": "day_of_week" }, { "from_time": "06:00:00", "to_time": "22:00:00", "type": "time_of_day" } ], "type": "and" }
Condition that applies when all sub-conditions are met
Sub-conditions to be ANDed together
1
Condition that only applies in the specified months.
Show child attributes
{ "months": [1, 2, 3, 11, 12], "type": "month"}
"and"
Was this page helpful?