jonasschmidt / ex_json_schema

An Elixir JSON Schema validator
MIT License
366 stars 98 forks source link

Move to official test repository. #25

Closed TreyE closed 6 years ago

TreyE commented 7 years ago

I've moved the submodule to official test site on github.

This has exposed some areas in which we don't fully implement draft04.

This is mainly present in the handling of remote-uris.

I've also done some renaming that should allow us to easily implement draft06 testing.

jonasschmidt commented 6 years ago

We will solve those problems in the scope of a bigger overhaul that will also add support for newer drafts. Corresponding issue is https://github.com/jonasschmidt/ex_json_schema/issues/24