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.
Example
Section titled “Example”['$.order.value', '>', 100000]