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
- Host: GitHub
- URL: https://github.com/activestate/check-json-schemas
- Owner: ActiveState
- License: bsd-3-clause
- Created: 2018-02-28T15:59:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T21:55:10.000Z (over 5 years ago)
- Last Synced: 2025-01-09T10:30:05.051Z (over 1 year ago)
- Language: Go
- Size: 117 KB
- Stars: 0
- Watchers: 26
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
- License: LICENSE
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.