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

Jackson Schema Generator generates json draft 3 which may not be parsable into everit.JsonSchema library that supports draft 4 onward #79

Open
shiveshr opened this issue Jul 22, 2020 · 0 comments
Assignees

Comments

@shiveshr
Copy link
Contributor

shiveshr commented Jul 22, 2020

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.

@shiveshr shiveshr self-assigned this Jul 22, 2020
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

1 participant