Skip to main content

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:

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:

gte

An array defining a predicate, true when each item is greater than or equal to the next.

Items:

lt

An array defining a predicate, true when each item is less than the next.

Items:

lte

An array defining a predicate, true when each item is less than or equal to the next.

Items:

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.