There are several VS Code plugins that enable OpenAPI previews (like this one, which allows preview in ReDoc format) but there aren't any that allow preview for JSON Schema. This project is great at JSON schema preview, exactly what folks would need, except:
- It doesn't appear to be consumable as a library (
npm install it, use it inside a plugin)
- The top navigation bar would need to be removed since folks wouldn't be uploading from inside VS Code
Has there been any thought around how this could be enhanced to allow easier integration with VS Code as a JSON schema previewer? (Or, better, has it already been done?)
There are several VS Code plugins that enable OpenAPI previews (like this one, which allows preview in ReDoc format) but there aren't any that allow preview for JSON Schema. This project is great at JSON schema preview, exactly what folks would need, except:
npm installit, use it inside a plugin)Has there been any thought around how this could be enhanced to allow easier integration with VS Code as a JSON schema previewer? (Or, better, has it already been done?)