Skip to main content
Options for rules that support entity scoping only (no time scoping). Used by rules whose semantics are inherently per-day or per-week (e.g., minHoursPerDay, maxConsecutiveDays) and cannot be meaningfully restricted to a date range or day of week. priority still controls whether the rule is a hard requirement or a softer target.

Properties

appliesTo
appliesTo?: string | string[]
Who this rule applies to (role name, skill name, or member ID).
priority
priority?: "LOW" | "MEDIUM" | "HIGH" | "MANDATORY"
Defaults to "MANDATORY".