Based on jsonschema validator, it is design to ease json validation from command line
Any improvement and feedback is welcome!
Install globally with NPM or Yarn
npm install -g jsonschema-commandline
From commandline run :
$ jsvalidate -s demo/person.schema.json demo/person.sample.json