Validate JSON Schema

processing.validate-json-schema Processing v0.1.0

Validates input with an inline or context-provided JSON Schema.

Ports

DirectionPortLabel
InputinputJSON
OutputvalidValid
OutputinvalidInvalid

Properties

PropertyTypeDefaultDescription
Schema
schema
json Inline JSON Schema to validate the input against.
Schema reference
schemaRef
string "workflow.input" Named schema to validate against when no inline schema is given.
Route invalid
routeInvalid
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.