Rule

A rule validates and then evaluates input data using a set of conditions.

ConditionGroups

An object containing a list of "key": value pairs where the keys are a type of logic operation and the values are an array of conditions. The types of logic operations are, AND, NAND, OR, NOR, XOR.

Example: { "AND": [...], "OR": [...] }.

Condition

A condition validates that the result of an operation is true. Inherits all the fields found in LabelDescriptor.

RuleViolationConfig

The configuration settings used for a rule condition violation.

Last updated