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