json-schema
json-schema copied to clipboard
Update the JSON Schema Test Suite to version 2.0.0
Replay of the #582
From the original PR:
Update the JSON Schema Test Suite to version 2.0.0 to fetch test suites on Draft 06 and Draft 07. Updated validation on draft 04 since changes have been done on the test suites.
Regarding some discussions on https://github.com/jsonrainbow/json-schema/pull/581 I wanted to have access to the official test-suite for draft 07. This is possible by upgrading the JSON-Schema-Test-Suite in version 2.0.0, on which Draft 04 has been upgraded too.
I required to upgrade some snippet and make evolved some tests to make pass the Draft 04 validation.