A value that will be compared with the value in property_path.
property_path
The comparison operator to use, must be one of: Contains, EndsWith, Equals, GreaterThan, GreaterThanOrEqualTo, LesserThan, LesserThanOrEqualTo, NotEquals, StartsWith
Contains
EndsWith
Equals
GreaterThan
GreaterThanOrEqualTo
LesserThan
LesserThanOrEqualTo
NotEquals
StartsWith
The JPath of the entity model property that should be checked.
The data type of the compared operands, must be one of: Integer, String, Boolean or Number.
Integer
String
Boolean
Number