aschema
JSON schema validator
Installation
$ npm install aschema --save
Usage
'use strict' const aschema = // Define a schema objectconst userSchema = // Execute validationlet error = userSchema if error console else console
License
This software is released under the MIT License.