node-red-contrib-validatejs
v0.1.3
Published
Validate your data just as one would using [validate js](https://validatejs.org).
Downloads
23
Maintainers
Readme
Validate.js integration node
Validate your data just as one would using validate js.
Usage
- Set the property in wich your data will come.
- Create your constraints in the editor or input it from
msg.template
.
Todo
- [X] Fix
msg.template
input - [ ] Add a JS editor to extend validator functions
- [ ] Add a Button Group / Tab to select error output (grouped / flat / detailed)
- [ ] Add Jsonata and/or Mustache templating to the validate editor