JSON Record Validator avatar
JSON Record Validator

Under maintenance

Pricing

$1.00 / 1,000 results

Go to Store
JSON Record Validator

JSON Record Validator

Under maintenance

Developed by

Utaba

Utaba

Maintained by Community

Validates JSON records against schemas. It supports complex schemas and large datasets, providing detailed error information. The validation process can be configured to include or exclude errors, and to stop after the first error or continue to find all errors.

0.0 (0)

Pricing

$1.00 / 1,000 results

0

Total users

1

Monthly users

1

Last modified

5 days ago

JSON Schema

schemaobjectRequired

JSON Schema to validate the records against. Can be a JSON object or a base64 encoded string containing the schema.

Records to Validate

recordsarrayRequired

Records to validate against the schema. Be careful with large arrays as they can cause performance issues or system errors. Maximum items is 10000 depending on data size.

ID Field Name

idFieldNamestringOptional

Optional field name to use as the unique identifier for each record. If not provided, the index will be used. Field must exist in the record root object.

Include Errors in Result

includeErrorsbooleanOptional

If true, the validation result will include the errors from the validation process. If false or null, the errors will not be included in the result reducing output size.

Default value of this property is true

Strict Schema Validation

strictSchemaValidationbooleanOptional

If false, additional properties in the schema will not cause validation to fail. If true, additional properties will cause validation to fail.

Default value of this property is true

Validate All Errors

allErrorsbooleanOptional

Validation of a record stops after the first error, which can improve performance but may not provide full error details

Default value of this property is true