# Validation Nodes
# Node: JSON Schema Validator
This node validates the JSON input against a given JSON schema.
# Properties
Property- Payload or variable object content to be validated against a given JSON schema.JSON Schema- JSON schema used for the content validation.Log format- Supports String and JSON format.
If the validation fails the node will throw validation failure exception and stops the flow unless a catch node is mapped against the JSONValidator node. The content of a payload or variables are not modified by this node.
TIP
The JSON Schema Validator node currently supports json-schema.org/draft-07 and above.