OR
Logical OR: at least one nested operation must pass. Transformations count as true.
Parameters
- operations (array of operations, optional) — Nested operations to execute.
JSON Configuration
{ "id": "op-or", "type": "condition", "action": "or", "params": { "operations": [ { "type": "validation", "action": "required", "params": {} }, { "type": "validation", "action": "required", "params": {} } ] }}