Schema Documentation
RelationEnum
Description
The logical relation between each item in the array when there are more than one.
Values
Enum Value | Description |
---|---|
| The logical AND condition returns true if both operands are true, otherwise, it returns false. |
| The logical OR condition returns false if both operands are false, otherwise, it returns true. |
Example
"AND"