You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Perhaps mention this in your POD (in See Also section)?
The text was updated successfully, but these errors were encountered: