Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pfrazee/check-json-schema
- Owner: pfrazee
- Created: 2018-11-07T17:28:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T17:53:47.000Z (about 6 years ago)
- Last Synced: 2024-10-17T17:36:57.515Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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