-
-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Description
Describe the proposed feature
Many JSON Schema validators support the ability to register external schemas based on their ID so they can be resolved at validation time.
The idea is that you pass in the schema and the ID and it would be saved into a local registry so that any future schemas which reference that schema by ID will discover it without needing resolution.
What other libraries (C++ or other) have this feature?
[Blaze]https://github.com/sourcemeta/blaze) is the only C++ library I am aware of.
Include a code fragment with sample data that illustrates the use of this feature
This is something that should be possible by implementing a resolver which has a method to add a schema instance.