leadpony / justify

Justify is a JSON validator based on JSON Schema Specification and Jakarta JSON Processing API (JSON-P).
Apache License 2.0
96 stars 18 forks source link

Support for newest JsonSchema draft 2019-09 #29

Open thjaeckle opened 5 years ago

thjaeckle commented 5 years ago

Hi @leadpony I am following this library as it has - from my point of view - the best approach for doing JsonSchema validation in Java currently. Kudos 👍

I just wanted to give you a ping that the json-schema 2019-09 has just been released after a really long specification phase: https://json-schema.org/specification.html I'm not into the details what changed, but they provide release-notes: https://json-schema.org/draft/2019-09/release-notes.html

Just wanted to let you know :)

leadpony commented 5 years ago

Hi @thjaeckle Thank you for letting me know the release of the new specification. I have just started reading the specification on my e-reader. Much appreciated.

robvarga commented 4 years ago

Hi @leadpony , any news on this one? Thanks and best regards, Robert

leadpony commented 4 years ago

@robvarga Sorry for my slow reply. I am back and have started implementing the latest specification.

costas80 commented 4 years ago

Hi @leadpony , wanted to say thanks for the great library. Also eagerly expecting the support for 2019-09 :)

simon-greatrix commented 3 years ago

You are surely aware of this, but the latest release is now 2020-12.

Thank you for this excellent library.

jdimeo commented 3 years ago

I also am eager for 2019-09 and/or 2020-12 support! thank you!

simon-greatrix commented 3 years ago

Hi @leadpony, I note you have not had a chance to commit code changes to Justify since October of 2020. Is there anything we can do to help?