Skip to content

ConditionLeaf

ConditionLeaf = [unknown, string, unknown]

Defined in: src/types/ICondition.ts:7

A comparison leaf: [lhs, operator, rhs]. Operands are either notation paths (prefixed by the configured pathPrefix, default $.) read from the check-time context, or literal values.

['$.order.value', '>', 100000]