Skip to content

XOR

Logical XOR: exactly one of 2 nested operations must pass. Transformations count as true.

Parameters

  • operations (array of operations, optional) — Nested operations to execute.

JSON Configuration

{
"id": "op-xor",
"type": "condition",
"action": "xor",
"params": {
"operations": [
{
"type": "validation",
"action": "required",
"params": {}
},
{
"type": "validation",
"action": "required",
"params": {}
}
]
}
}