Skip to main content

Condition that applies when all sub-conditions are met

conditions
(MonthCondition · object | DayOfWeekCondition · object | TimeOfDayCondition · object | ExcludeHolidaysCondition · object | OrCondition · object | NotCondition · object)[]
required

Sub-conditions to be ANDed 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:and
Allowed value: "and"