IV · JSON & Data
IV · JSON & DataAV-D07

AV-D07

JSON Schema Validator

Validate JSON against a JSON Schema (draft 2020-12 to 04) or infer a schema from sample data.

● Runs on your device; nothing is uploaded

How to use it

  1. Choose Validate or Infer schema.
  2. To validate, paste the Schema and JSON data; pick a Draft or keep From $schema.
  3. Read the list of problems, each with its path and schema rule.
  4. To infer, paste sample JSON and set the required, extra-property and format options.
  5. Copy or Download the schema, or click Validate data with this schema.
Features
  • Drafts 2020-12, 2019-09, 07 and 04
  • Draft detected from the $schema keyword
  • Reports leaf errors only, without repeated wrapper messages
  • Inference merges array samples to find optional keys
  • Detects date-time, date, time, email, uuid, uri and ipv4 formats
  • Validates without eval, so it works under a strict CSP

For AI agents: avtools_json_schema

AV-D07 · JSON Schema Validator

Loading the tool…