gregsdennis / Manatee.Json

A fully object-oriented approach to JSON manipulation, validation, and serialization that focuses on modeling the JSON structure rather than mere string parsing and conversion.
MIT License
198 stars 32 forks source link

New schema tests for ref #214

Closed gregsdennis closed 5 years ago

gregsdennis commented 5 years ago

The schema test suite was updated with some "independent ref" tests that define $ref targets that are not based on the location within the schema.

These tests were failing. Sadly, the fix is a breaking change.... so here's v11