Open
Description
I'm working with a custom metaschema that is a superset of draft 4, is there/will there be a way to select the draft 4 dialect when creating a Validator class? Currently the create method is choosing the opaque dialect when it fails to recognize our metaschema's id:
and the referencing package doesn't appear to offer a sanctioned method for registering a new dialect id:
Is there another way to accomplish this that I'm missing? And if not, are you open to adding something like a default_specification
argument to the create method?
By the way, thanks a lot for providing an alpha release, it's super helpful to be able to work through our issues ahead of time.