hjsonschema
hjsonschema copied to clipboard
Canonical dereferencing test failure
The latest version of the language agnostic test suite gives a failure due to this issue: https://github.com/json-schema-org/JSON-Schema-Test-Suite/issues/175
Should version the latest test suite anyway, and add the failing cases to skipTest
in test/Shared.hs
.
Also the $ref
handling code is shaky in general, using type
aliases and appending strings together instead of using actual URL and URL relative path data types.