Predicate [object]
An object defining a condition which evaluates to true or false.
Properties
eq
An array defining a predicate, true when all items are equal.
Items:
- must be one of
exists
A variable-reference [string] defining a predicate, true when the referenced value exists.
gt
An array defining a predicate, true when each item is greater than the next.
Items:
- must be a number initializer
gte
An array defining a predicate, true when each item is greater than or equal to the next.
Items:
- must be a number initializer
lt
An array defining a predicate, true when each item is less than the next.
Items:
- must be a number initializer
lte
An array defining a predicate, true when each item is less than or equal to the next.
Items:
- must be a number initializer
ne
An array defining a predicate, true when one or more items aren't equal.
Items:
notExists
A variable-reference [string] defining a predicate, true when the referenced value doesn't exist.