Check
processing.check Processing v0.1.0 Checks incoming data, including request headers, and routes to valid or invalid.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | JSON / request |
| Output | valid | Valid |
| Output | invalid | Invalid |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Match modemode | select | "all" | Pass when all checks match, or when any check matches. allany |
Checkschecks | check-rules | [{"label":"Token header","path":"headers.token","operator":"exists"}] | One row per condition: a dotted path into the source data, an operator, and (for comparisons) a value — numbers and true/false are detected automatically. A row's options add a label (shown in the run output), the source (message/body/envelope), comparing against another field, and case sensitivity. |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.