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
Example:
{
"months": [1, 2, 3, 11, 12],
"type": "month"
}Allowed value:
"or"