Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 742 Bytes

File metadata and controls

18 lines (10 loc) · 742 Bytes

Rule

A single rule within a rule set. The first rule whose conditions match wins, and its ruleAction is applied.

Properties

Name Type Description Notes
ruleId String UUID, unique within the rule set. [optional]
conditions List<RuleCondition> Conditions AND-ed together within this rule. [optional]
ruleAction RuleActionEnum [optional]
order Integer Zero-based evaluation order among the rule set's rules, lowest first. [optional]
title String User-facing label for the rule. Cosmetic only — not read by rule evaluation. [optional]