reinert / JJSchema

A generator from Java Types to JSON-Schema using Jackson.
Other
117 stars 56 forks source link

Dynamic Schema support #69

Closed vg-github closed 7 years ago

vg-github commented 7 years ago

Does JJSchema support dynamic schema? ty.

reinert commented 7 years ago

Hi, sorry for the delay. (vacation...)

I'm not sure what you mean by "dynamic schema" but jjschema doesn't have such feature.

It aims to create a json schema from a java class, nothing more than that.

heat commented 7 years ago

Also a resource must be well defined. Requesting /api/fruit/apple and get a orange schema instead wouldn't be fine.