Our extension needs to use a json schema installed by another program. The current way of providing json schema by an extension, i.e., using json schema contribution point in package.json, seems to be limited to files in the extension itself. It would be great if there is a way to provide a json schema programmatically in our source code.