Home
Softono

N8n Nodes Data Validation

Open source MIT TypeScript
28
Stars
4
Forks
2
Issues
3
Watchers
4 years
Last Commit

 About N8n Nodes Data Validation

n8n node to validate input data before continuing a workflow

Platforms

Web Self-hosted

Languages

TypeScript

Links

Need Help Installing N8n Nodes Data Validation?

We provide expert installation service for this software. Our team will install, configure, and secure N8n Nodes Data Validation on your server. plans start at just $30.

N8n Nodes Data Validation

View on GitHub

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
      • engine field
      • @types/node version
    • tsconfig.base.json
    • .github/workflows/main.yml and other CI config files
  • delete all node_modules directories and package-lock.json files
  • run npm run install