scala-jsonschema icon indicating copy to clipboard operation
scala-jsonschema copied to clipboard

Support for json schema draft 2020-12

Open jwgcooke opened this issue 2 years ago • 4 comments

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.

jwgcooke avatar Aug 17 '22 15:08 jwgcooke

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

andyglow avatar Aug 19 '22 17:08 andyglow

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.

jwgcooke avatar Aug 19 '22 17:08 jwgcooke

great. thank you

andyglow avatar Aug 19 '22 17:08 andyglow

Changes from 09 --> 2020-12

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

jwgcooke avatar Aug 22 '22 15:08 jwgcooke