Open
Description
JSON Schema draft 2019-09 has been out for a while and it's probably going to be quite common, given that OpenAPI 3.1 is also supporting it.
However support for this draft only comes with Ajv 7 and react-jsonschema-form is still stuck with Ajv 6.
Would you consider upgrading the package or maybe leave it as peer dependency?
Validation is a core part of this project and it makes sense to let users be able to stay up-to-date with current standards.