Skip to main content

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: 1

Condition that only applies in the specified months.

Example:
{
"months": [1, 2, 3, 11, 12],
"type": "month"
}
type
string
default:or
Allowed value: "or"