tJSONValidator
Last updated: 8/27/2026Validates the data based on the given JSON schema.
This component is not shipped with your Talend Studio by default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.
tJSONValidator Standard properties
These properties are used to configure tJSONValidator running in the Standard Job framework.
The Standard tJSONValidator component belongs to the Data Quality family.
Basic settings
| Properties | Description |
|---|---|
|
Schema and Edit Schema |
|
| Allocate | Define the schema against which the data of each column must be
validated. The schema can be a local file or a HTTP protocol. |
|
Die on error |
Select the checkbox to stop the execution of the Job when an error occurs. Clear the checkbox to skip any error and continue the Job execution process. |
Advanced settings
| Properties | Description |
|---|---|
|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
| Set JSON schema draft version when it's not defined in the schema file |
Starting with the 8.0.1-R2026-08 Talend Studio monthly, the component automatically detects the draft version from the $schema declaration in the JSON schema when the declaration is available and supported. Select the checkbox to use the JSON schema draft version dropdown list when $schema is missing or empty, or when its value is unsupported. Existing Jobs without a $schema declaration continue to use the selected draft version. For more information, see json-schema.org. |
| JSON schema file encoding | Select the encoding from the drop-down list. |
| Custom encoding | This option is available when Other is selected as
JSON schema file encoding. Enter the encoding name. |
Usage
| Usage guidance | Description |
|---|---|
|
Usage rule |
This component is used as an intermediate step. It requires an input and output flows. |