ex_json_schema
ex_json_schema copied to clipboard
Extending Vocabularies
JSON Schema draft 2019-09 supports extending vocabularies.
Is it something you plan to incorporate in ex_json_schema with some guide/example?
Hey, the work to support drafts 2019 and upward is already in progress (see https://github.com/jonasschmidt/ex_json_schema/issues/73). Unfortunately there are some complex features added in the 2019 draft that require a pretty major restructuring/rewrite of parts of the library, so progress has been slow because of that.