These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About JSON Schema Validator
JSONSchemaValidator.net is an interactive web page with two panes. You paste a schema in one and JSON input in the other, and it shows validation messages. You can start from an empty schema, a custom one, or the meta-schemas for each supported draft.
It supports JSON Schema Draft 3, 4, 6 and 7, 2019-09 and 2020-12. The site is built with Newtonsoft's Json.NET Schema library for C#, and the page shows the controller code used for validation.
Strengths
- Supports JSON Schema drafts from 3 through 2020-12
- Instant side-by-side schema and input editing
- Built-in meta-schemas for each draft
Limitations
- Validation is done on the server, so the data leaves your machine
- Only validates; no schema generation or formatting
Details
- Pricing
- FreeFree to use in the browser.
- License
- Proprietary
- Developer
- Newtonsoft
- Platforms
- Web
- How it runs
- Web application
- Account
- Not required
- Works offline
- No
- Best suited for
- Developers testing a JSON Schema against sample data
- Categories
- Developer tools
- Last verified
- Added
- Provenance
- Selected from the TechWalrus Resource Hub (Website Checkers & Audit Tools); facts checked against the developer's own pages, 2 sources on file.
JSON Schema Validator as an alternative
Listings that name JSON Schema Validator as an alternative.
JSONLint
An online JSON validator and formatter that tidies and checks pasted or fetched JSON.
JSON Schema Validator checks JSON against a pasted schema from draft 3 to 2020-12, but validation runs on its server and it does not format output.
Similar software
Related functionality, not necessarily a direct replacement.
XMLValidation.com
A free online tool that checks XML documents for syntax errors and validates them against DTDs or XML schemas.
YAMLlint
An online YAML validator that checks pasted YAML and returns a clean UTF-8 version.
Conftest
Writes tests against configuration files using Open Policy Agent rules.