andyglow / scala-jsonschema

Scala JSON Schema
Other
122 stars 38 forks source link

Support for json schema draft 2020-12 #283

Closed jwgcooke closed 1 year ago

jwgcooke commented 2 years ago

Do you have any plans to support the most recent version of JSON Schema (2020-12)? Base don what I see in the code and the docs there is currently only support for up to draft 09.

andyglow commented 2 years ago

yeah, that would be good to add 2020-12 support I'm not sure about the timeline thought if you are willing to contribute, please do any contribution is appreciated

jwgcooke commented 2 years ago

I am (at best) an entry level on the Scala front, I cloned the repo to start seeing if I could handle anything and ran into #284 ... I am happy to poke at it and see what I can do to help.

andyglow commented 2 years ago

great. thank you

jwgcooke commented 2 years ago

Changes from 09 --> 2020-12

https://json-schema.org/draft/2020-12/release-notes.html