Validate JSON Schema
processing.validate-json-schema Processing v0.1.0 Validates input with an inline or context-provided JSON Schema.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | JSON |
| Output | valid | Valid |
| Output | invalid | Invalid |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Schemaschema | json | — | Inline JSON Schema to validate the input against. |
Schema referenceschemaRef | string | "workflow.input" | Named schema to validate against when no inline schema is given. |
Route invalidrouteInvalid | boolean | true | Emit an invalid port instead of failing on schema errors. |
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.