You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
I'm beginning to come around to the idea that we should make this a library. If you want to propose an API split between the frontend and the react components then I'm all ears.
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 install
it, 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?)
The text was updated successfully, but these errors were encountered: