JSON Schema Validate
json_schema_validateValidate a JSON document against a JSON Schema (draft-07 core subset: types, required, enums, ranges, patterns, nesting, anyOf/allOf/oneOf). Returns all violations with paths. POST { schema, data }. Price: $0.003/call with credits key; free demo without (2KB input cap).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Document to validate | |
| schema | Yes | JSON Schema (draft-07 core subset) |