Home

Awesome

JSON Schema Conformance Test

Build Status

This project provides conformance tests to the JSON Schema Specification. All test cases are from official JSON Schema Test Suite, including both mandatory and optional ones.

Test Results

The following table shows the number of failures occurred while testing popular JSON validators written in JVM languages as of 2020-11-03.

SoftwareVersionDraft 2019-09Draft-07Draft-06Draft-04
everit-org/json-schema1.12.1n/a753531
java-json-tools/json-schema-validator2.2.14n/an/an/a25
Justify3.1.0n/a000
networknt/json-schema-validator1.0.44n/a924731
ssilverman/snowy-json0.15.0000n/a

Note that n/a in the table means that the software does not support the version of the specification.

How to Run

The following tools are required to build and run this software.

The command below will build and run all tests.

$ git clone --recursive https://github.com/leadpony/json-schema-conformance-test.git
$ cd json-schema-conformance-test/
$ mvn clean test

Copyright Notice

Copyright © 2019-2020 leadpony. This software is licensed under Apache License, Versions 2.0.