
JSON Record Validator
Under maintenance
Pricing
$1.00 / 1,000 results

JSON Record Validator
Under maintenance
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
schema
objectRequired
JSON Schema to validate the records against. Can be a JSON object or a base64 encoded string containing the schema.
Records to Validate
records
arrayRequired
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
idFieldName
stringOptional
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
includeErrors
booleanOptional
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