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
Problem description
Jackson's json generator generates the json schema for json draft 3. We may want to support newer schema drafts.
Hence use a different json schema generator from POJO for newer json draft version.
Problem location
JsonSchema
Suggestions for an improvement
Either use a generator like victools which generates draft 6 or 7 schema from POJO files.
Or handle draft 3 schemas separately.
The text was updated successfully, but these errors were encountered:
Problem description
Jackson's json generator generates the json schema for json draft 3. We may want to support newer schema drafts.
Hence use a different json schema generator from POJO for newer json draft version.
Problem location
JsonSchema
Suggestions for an improvement
Either use a generator like
victools
which generates draft 6 or 7 schema from POJO files.Or handle draft 3 schemas separately.
The text was updated successfully, but these errors were encountered: