Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chris48s/json-schema-viewer


https://github.com/chris48s/json-schema-viewer

json-schema validation

Last synced: 24 days ago
JSON representation

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
```