Package Information
Released: 8/27/2022
Downloads: 2,963 weekly / 8,595 monthly
Latest Version: 1.0.1
Author: Bartolomeu Rodrigues
Available Nodes
Documentation
How to
This n8n community node validates input data using JSON Schemas.
Visit https://ajv.js.org/ or https://json-schema.org/ to learn how to describe your validation rules in JSON Schemas.
Library development
Changing the supported Node version
- Files to be changed
- .nvmrc
- Dockerfile.dev
- package.json
enginefield@types/nodeversion
- tsconfig.base.json
- .github/workflows/main.yml and other CI config files
- delete all
node_modulesdirectories andpackage-lock.jsonfiles - run
npm run install