z-schema : JSON schema validator. You can installing z-schema 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 z-schema $ sudo npm install -g z-schema
If want to update the z-schema package execute the command as below,
$ sudo npm update z-schema
Update package globally,
$ npm install -g z-schema
$ sudo git clone https://github.com/rektide/z-schema.git
$ sudo npm install -g ./z-schema
z-schema@3.19.0 /usr/lib/node_modules/z-schema
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall z-schema
| Package Name | z-schema |
| Version | 3.19.0 |
| Description | JSON schema validator |
| Released Date | 2017-11-15T10:15:56.019Z |
| Published by | zaggino |
| How to Learn | https://www.npmjs.com/package/z-schema/tutorial |