check-jsonschema

Validate JSON/YAML files against JSON Schema definitions

brewmacoslinux
Try with needOr install directly
Source

About

JSON Schema CLI

Commands

check-jsonschema

Examples

Validate a JSON file against a schema$ check-jsonschema --schemafile schema.json data.json
Validate multiple files against a remote schema$ check-jsonschema --schemafile https://example.com/schema.json *.json
Validate YAML files with a local schema$ check-jsonschema --schemafile config-schema.json config.yaml