Schema Documentation

RelationEnum

Description

The logical relation between each item in the array when there are more than one.

Values
Enum ValueDescription

AND

The logical AND condition returns true if both operands are true, otherwise, it returns false.

OR

The logical OR condition returns false if both operands are false, otherwise, it returns true.
Example
"AND"