This repository was archived by the owner on May 3, 2023. It is now read-only.

Description
I have a folder full of schema files, each defined with an http-based value for $id. To facilitate loading them in json-schema-bundle, it would be nice to have the option to specify how some http URIs are resolved. For example, one could register that URIs beginning with http://domain/path are resolved after mapping them to file://path. Then each schema to be bundled doesn't need to be individually registered with add.
Is such a feature under consideration?