jackson-module-jsonSchema icon indicating copy to clipboard operation
jackson-module-jsonSchema copied to clipboard

Add support for json schema draft 4, 6 and 7

Open rajpra8 opened this issue 5 years ago • 3 comments

I saw that comment that because of lack of community support, newer version of json schema is not going to get supported. While going through latest specs, I noticed few breaking changes but I was able to make small tweaks to at least to get the schema written in version 7 be parsed by the code. Let me know if there is any work already in progress to add support for newer versions. I would love to join the effort.

rajpra8 avatar Oct 20 '20 23:10 rajpra8

@rajpra8 I am not aware of efforts: you would be welcome to start making improvements for sure. Probably the best place to ask for others interested in helping would be jackson-dev list:

https://groups.google.com/g/jackson-dev

Adding some level of support for newer versions sounds useful!

cowtowncoder avatar Oct 21 '20 02:10 cowtowncoder

Thanks @cowtowncoder. I have joined the group has posted my initial message. If I don't get any response, I will start a fork and start working on adding the support for versions of spec.

rajpra8 avatar Oct 21 '20 04:10 rajpra8

@rajpra8 any news?

KannarFr avatar Nov 10 '20 14:11 KannarFr