GetDKAN / RootedJsonData

Access and modify JSON-based data objects while enforcing JSON Schema
GNU General Public License v3.0
1 stars 0 forks source link

Better schema integrity checks in tests #10

Closed dafeder closed 12 months ago

dafeder commented 3 years ago

We were checking before if a schema would fail if it was invalid JSON, but not if it was valid JSON but broke the JSON schema spec.