# JSON Schema validator

### JSV
* source: https://github.com/garycourt/JSV
* version: v4.0.2
* __NOTES__:
  - draft support: 03
  - custom "build"(to avoid leaking variables to the global context) of validator with jsv.js, schema03, URI.js, URN.js appended, adapted to browser usage

### z-schema
* source: https://github.com/zaggino/z-schema
* version: v5.0.2
* __NOTES__:
  - draft support: 04

### ajv
* source: https://github.com/ajv-validator/ajv or https://github.com/ajv-validator/ajv-dist
* version: v6.12.6
* __NOTES__:
  - draft support: 04,06,07
