For context:
SchemaStore/schemastore#5381 (comment)
There's an internal-to-schemastore base.json. For offline usage to work, we need that schema to be available in the $ref registry.
- Vendor it (easy)
- Detect when a vendored schema is being loaded and store that information for later use (easy)
- Inject
base.json into the registry when the "vendored schema flag" is set (easy?)
It seems simple. 🤞 that it really is!