Node.js framework for building applications (cli, server, etc...).
(JSON Schema)[(http://json-schema.org)] validator extension for matter in motion framework. Adds Ajv as validators.jsonschema
with two plugins ajv-merge-patch and ajv-keywords
npm i @matter-in-motion/validators.jsonschema
- Add
validators.jsonschema
to your extensions in the settings.
const validator = app.require('validators.jsonschema');
const valid = validator.validate(schema, data);
All of the Ajv options
License: MIT.