Skip to content

pfrazee/check-json-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI tool to check your JSON schemas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published