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

https://github.com/activestate/check-json-schemas

Command to check that JSON schemas are valid
https://github.com/activestate/check-json-schemas

Last synced: 21 days ago
JSON representation

Command to check that JSON schemas are valid

Awesome Lists containing this project

README

          

The `check-json-schemas` tool validates that all the JSON files in a directory
contain a schema that
[github.com/xeipuuv/gojsonschema](github.com/xeipuuv/gojsonschema) can load
and validate documents against.

-dir string
The directory containing the schemas to validate.
-help
Show usage information.
-verbose
Print verbose output.

If if finds any invalid files it will set the exit status to 1. Otherwise it
is 0.