{
"conditions": [
{
"months": [
6,
7,
8
],
"type": "month"
},
{
"months": [
12,
1,
2
],
"type": "month"
}
],
"type": "or"
}Conditions
Condition: Or
Condition that applies when any sub-conditions is met
conditions
(MonthCondition · object | DayOfWeekCondition · object | TimeOfDayCondition · object | ExcludeHolidaysCondition · object | AndCondition · object | NotCondition · object)[]
required
Sub-conditions to be ORed together
Minimum array length:
1Condition that only applies in the specified months.
- MonthCondition
- DayOfWeekCondition
- TimeOfDayCondition
- ExcludeHolidaysCondition
- AndCondition
- NotCondition
Show child attributes
Show child attributes
Example:
{
"months": [1, 2, 3, 11, 12],
"type": "month"
}
Allowed value:
"or"Was this page helpful?