Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is this module different than the existing JSON::Schema? #33

Closed
perlancar opened this issue Jul 25, 2015 · 2 comments
Closed

How is this module different than the existing JSON::Schema? #33

perlancar opened this issue Jul 25, 2015 · 2 comments

Comments

@perlancar
Copy link

Perhaps mention this in your POD (in See Also section)?

@Relequestual
Copy link

It looks like it only supports draft 4, while JSON::Schema supports draft 3 only (and not fully).

checks out this repo to run the tests!

@zigorou
Copy link
Owner

zigorou commented Jul 29, 2015

@perlancar. @Relequestual

Thanks your suggestion.
Differences from JSON::Schema to JSV is few points.

  • JSV only supports draft-04, but JSON::Schema only supports draft-03.
  • JSV considers performance, for example, JSV supports JSON References and JSV expects preloading depended schemas. But JSON::Schema only supports dynamic loading using LWP each time. It is not usable on production.

Now JSV does not have enough document. I'll add more information including this.
Thanks.

@zigorou zigorou closed this as completed Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants