Check

processing.check Processing v0.1.0

Checks incoming data, including request headers, and routes to valid or invalid.

Ports

DirectionPortLabel
InputinputJSON / request
OutputvalidValid
OutputinvalidInvalid

Properties

PropertyTypeDefaultDescription
Match mode
mode
select "all" Pass when all checks match, or when any check matches.
allany
Checks
checks
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.