Visual JSON Schema Validator
processing.visual-json-schema-validator Processing v0.1.0 Validates JSON input against a selected schema and routes valid/invalid outputs without throwing.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | JSON |
| Output | valid | Valid |
| Output | invalid | Invalid |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Schemaschema | json | {"type":"object"} | JSON Schema, edited visually, to validate the input against. |
Schema referenceschemaRef | string | — | Named schema to use instead of the inline schema. |
Include inputincludeInput | boolean | true | Pass the validated input through on success. |
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.