Jonas Peschla
Jonas Peschla
@angelim But it creates a uuid as id for schemas that come without an id though (just for completeness, your answer perfectly solves the uuid issue). However, for displaying it...
Yes, there could be some `to_i18n`-method which then returns something like `%w(json_schema draft_04 NAME_ID properties name required)`. But I see one issue, its about the NAME_ID-part in the array. This...
I'm in. A PR should add a note about this to the change log.
At least for the latest release I cannot reproduce your issue. Validation does not raise an URI exception (it complains about data not being an integer, which is correct -...
Could you please provide an example of data which should validate but does not?
I just realized that I still need more details to reproduce that, namely the schemas defined in avatar.json, campus.json and user.json. Can you also provide these?
I think it would only be worth to keep multi_json if there is another argument than simply having the choice between different parsing libraries. Is there anything another parser does...
In this case I also favor keeping multi_json.
But what about $refs? If `json-schema` receives a schema for which the references schemas are not yet registered, we end up with the need to parse JSON. And I don't...
Can we find a consensus? @hoxworth is `Oj.mimic_JSON` alternative enough? I have no particular opinion on this except for performance. So if there is a way we could keep multi_json...