json-schema-viewer
json-schema-viewer copied to clipboard
A JSON Schema Viewer for any JSON Schema on earth.
Hi, given that external refs are not supported, i've tested out a local setup in which the only change im doing is adjusting the `loadUrl` functionality such that it utilises...
Hello, After reading https://github.com/atlassian-labs/json-schema-viewer/issues/35, I am wondering if it wouldn't be a good opportunity to publish components that could used somewhere else such VS Code extension / CRA apps /...
I believe the following two lines should be switched: https://github.com/atlassian-labs/json-schema-viewer/blob/8bf0f0a9520df10edc9b0b4a36331f861e4aa6f7/README.md?plain=1#L22-L23 In a new build/run, the dist directory has not been created yet, so `yarn http-serve` will provide the following error...
Refer to https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values I am using the https://json-schema.app/ website. My json-schema contains enums and consts. The enums display correctly, but the const values are not displayed as expected. Const values...
When attempting to run `yarn http-serve` this project as described in the README, on a Mac, I encountered... ``` $ http-server-spa dist index.html 8080 [ERR] Could not start server, fallback...
If a subschema has been defined that does not have an explicit or implicit type "object", the viewer shows only the description for that subschema when it is clicked in...
There are several VS Code plugins that enable OpenAPI previews (like [this one, which allows preview in ReDoc format](https://github.com/42Crunch/vscode-openapi)) but there aren't any that allow preview for JSON Schema. This...
Sometimes you need to define a type of field once, and add a `default` property that may be different whenever this type is used. One way to achieve this is...
Example: HTML text of: ``` $ref: http://lvh.me:9876/address_schema.json ``` Has a link of: ``` http://lvh.me:8080/view/%23?url=https%3A%2F%2Flvh.me%3A9876%2Faddress_schema.json ```