jsonschema : A fast and easy to use JSON Schema validator. You can installing jsonschema npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install jsonschema $ sudo npm install -g jsonschema
If want to update the jsonschema package execute the command as below,
$ sudo npm update jsonschema
Update package globally,
$ npm install -g jsonschema
$ sudo git clone https://github.com/rektide/jsonschema.git
$ sudo npm install -g ./jsonschema
jsonschema@1.2.0 /usr/lib/node_modules/jsonschema
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsonschema
Package Name | jsonschema |
Version | 1.2.0 |
Description | A fast and easy to use JSON Schema validator |
Released Date | 2017-08-18T10:09:27.975Z |
Published by | tdegrunt |
How to Learn | https://www.npmjs.com/package/jsonschema/tutorial |