A rule set is a collection of rules to evaluate. The op property determines whether all rules must pass (and) or just one of them must pass (or) in order for the rule set to be considered passing.
Determines whether all rules or just some rules must pass for the overall set to pass
and, or The required rules to be evaluated. Rule sets may also be specified as array elements in order to achieve nesting.
1