Validates JSON values based on the specified schema v3 or v4 .
When the value do not satisfy the constraints of the schema, the node will fail with the error message and the row number or collect the errors in a new column.
It uses the fge/json-schema-validator implementation.