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