JSON Schema Validator

Validate JSON against a JSON Schema.

Loading tool…

How it works

  1. Paste a JSON Schema and document.
  2. Click Validate.
  3. Read success or error paths.

Features

  • Ajv-powered validation
  • All error reporting
  • Dual editor panes
  • Local processing

FAQ

Which draft is supported?

Ajv validates common drafts; use $schema in your document when needed.

Is my data uploaded?

No. Ajv runs in your browser after a dynamic import.