Skip to content

Roadmap

fge edited this page Jan 28, 2013 · 127 revisions

2.0.x

This version will see a complete refactoring.

All currently used mechanisms will be implemented as individual processors which you will be able to chain together:

  • JSON Reference resolution,
  • syntax checking,
  • keyword building,
  • instance validation.

And others. For instance:

  • partial updates validation: given a schema and a pointer into an instance, find the appropriate subschemas; chain that before reference resolution;
  • schema generation from annotated POJOs: there is actually a project aiming at doing that (https://github.com/reinert/JJSchema);
  • the reverse (POJO generation from schemas): build a processor for http://code.google.com/p/jsonschema2pojo/, chain it after syntax validation.
Clone this wiki locally