Validate
Validate data structure or type. Validate node in ActionFlows. Inputs, outputs, and how to use it.
Validate
Overview
Validate data structure or type.
Requirements
Credential Required
This node likely requires an integration credential. Add the related API key/secret from Integrations before execution.
Inputs
Standard Inputs
Datajson · required
Data to validate against the schema
- Required
- Yes
- Multiple
- No
Validation Schemajson · required
JSON Schema to validate the data against
- Required
- Yes
- Multiple
- No
Strict Modeboolean · optional
Whether to use strict validation (additional properties not allowed)
- Required
- No
- Multiple
- No
- Default
false
Outputs
Error Countnumber
Number of validation errors found
Validation Errorsjson
Array of validation errors if data is invalid
Is Validboolean
Whether the data is valid according to the schema