Aller au contenu principal

Data Validator

Category: Transform Standards: Data quality standards

Validate data against JSON Schema with custom validation rules

What this node does

  • JSON Schema validation
  • Custom rules
  • Type checking
  • Format validation

How to use

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Data Validator under the Transform category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Input Data input port from an upstream node
  7. Optionally connect the JSON Schema port if needed
  8. Connect the Validation Result and Validation Errors output to the next node downstream

Inputs

PortTypeRequiredDescription
Input DatajsonJSON data object
JSON SchemajsonOptionalJSON data object

Outputs

PortTypeDescription
Validation ResultjsonJSON data object
Validation ErrorsarrayA list of items

Configuration

Open the configuration dialog by double-clicking the Data Validator node on the canvas.

ParameterWhat to enter
schemaJSON Schema to validate input data against before processing
customRulesConfigure customRules in the node settings
strictModeConfigure strictMode in the node settings
errorDetailConfigure errorDetail in the node settings

When to use this node

  • Validate API payloads
  • Ensure data quality
  • Pre-processing validation

Need help configuring this node?

Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.