JSON Schema validator
json_schema_validateValidate JSON data against a JSON Schema (draft-07/2019-09/2020-12, formats like email/uri/date-time) and get every error with its exact path — check tool I/O before acting on it. Ajv, strict about types, all errors reported. Pass data and schema as JSON values (or JSON strings). Price: free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | any JSON value (or a JSON string with parse_strings=true) | |
| schema | Yes | ||
| parse_strings | No |