Closed dappelt closed 7 years ago
@@ master #169 diff @@
==========================================
Files 23 23
Lines 752 750 -2
Methods 133 133
Messages 0 0
Branches 124 125 +1
==========================================
- Hits 405 403 -2
Misses 347 347
Partials 0 0
Powered by Codecov. Last update 15fda26...5ce8515
The current schema validator tv4 is replaced with ajv. The new validator is faster and checks the schema soundness more thoroughly.
In addition, this PR fixes two broken schemas. The field "required" was within the array "properties". Therefore, the schema validator did not check that the field specified by required does exist.