Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris48s/json-schema-viewer
https://github.com/chris48s/json-schema-viewer
json-schema validation
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chris48s/json-schema-viewer
- Owner: chris48s
- License: mit
- Created: 2022-01-01T15:05:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:55:03.000Z (about 2 months ago)
- Last Synced: 2024-09-15T19:09:45.978Z (about 2 months ago)
- Topics: json-schema, validation
- Language: Python
- Homepage: https://json-schema-viewer.vercel.app/
- Size: 626 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-schema-viewer
[![Run tests](https://github.com/chris48s/json-schema-viewer/actions/workflows/test.yml/badge.svg?branch=main)](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 install -g vercel
pipenv shell
pipenv sync --dev
vercel dev
```