Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pfrazee/check-json-schema

CLI tool to check your JSON schemas.
https://github.com/pfrazee/check-json-schema

Last synced: 2 months ago
JSON representation

CLI tool to check your JSON schemas.

Awesome Lists containing this project

README

        

# `check-json-schema`

Usage:

```
$ npm i -g check-json-schema

$ check-json-schema good.schema.json
✔ good.schema.json

$ check-json-schema bad.schema.json
✖ bad.schema.json
- data.properties['href'].format should be string

$ check-json-schema *.schema.json
✔ good.schema.json
✖ bad.schema.json
- data.properties['href'].format should be string
```

## License

MIT