andyglow / scala-jsonschema

Scala JSON Schema
Other
123 stars 38 forks source link

Draft 2020-12 #285

Closed justcoon closed 1 year ago

justcoon commented 2 years ago

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

NOTE: I do not have extensive knowledge regarding json-schema, in relation to draft changes, i tried to identify which parts of json-schema are used in this project (as this is scala -> json schema), and based on my understanding, in case of this project, in general, there are not changes between 09 and 12, hope I did not miss something important

Fixes: #283

jwgcooke commented 2 years ago

@andyglow - can you see if there is anything missing/out of whack here when you have a few?

Thanks!