json-schema-viewer
json-schema-viewer copied to clipboard
A JSON Schema Viewer for any JSON Schema on earth.
While playing with some external APIs the most annoying thing is to write types for it, or manually generating them from json-schema by external lib. In lot of simple scenarios...
Implement and support a https://www.contributejson.org/schema file in this project.
JSON Schema has released Draft-08. This issue is a holding issue for support for Draft-08. This may end up being a lot of work and may need to be split...
This would be to support `dependencies` in JSON Schema Viewer: https://json-schema.org/understanding-json-schema/reference/object.html#dependencies If you have examples of using dependencies in a JSON Schema then please add that link to this issue.
Currently JSON Schema Conditionals are not supported by JSON Schema Viewer. This issue is to fix that: https://json-schema.org/understanding-json-schema/reference/conditionals.html If you have an example of a JSON Schema you would like...
Hi, I just found the awesome JSON Schema Viewer. However, I wonder why the title of properties is not shown, e.g. https://json-schema.app/view/%23?url=https%3A%2F%2Fapi.hamburg.de%2Fdatasets%2Fv1%2Fradverkehrsnetz%2Fcollections%2Fradwege_fahrradstrasse%2Fschema Best, Sebastian