Skip to content

Validate JSON against JSON schema on the command line.

License

Notifications You must be signed in to change notification settings

rramaa/jsonschema-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from fmahnke/jsonschema-cli

This module provides a simple command line interface to Tom de Grunt's JSON schema validator.

Usage is simple:

validateJson.js -d <jsonPath> -s <schemaPath> [...]

The module will validate all provided schemas against JSON Schema v4, then validate the given JSON file against all the schemas. The output from the validator will be shown, including any errors during validation.

About

Validate JSON against JSON schema on the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%