https://github.com/chris48s/json-schema-viewer
https://github.com/chris48s/json-schema-viewer
json-schema validation
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chris48s/json-schema-viewer
- Owner: chris48s
- License: mit
- Created: 2022-01-01T15:05:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T20:49:07.000Z (over 1 year ago)
- Last Synced: 2025-03-08T21:36:50.841Z (over 1 year ago)
- Topics: json-schema, validation
- Language: Python
- Homepage: https://json-schema-viewer.vercel.app/
- Size: 633 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-schema-viewer
[](https://github.com/chris48s/json-schema-viewer/actions/workflows/test.yml)
https://json-schema-viewer.vercel.app/
View a human-readable representation of a JSON schema on the web using [coveooss/json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
## Development
```
npm ci
pipenv shell
pipenv sync --dev
npm start
```