Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juandl/n8n-nodes-json-validator
Node to validate data using AJV
https://github.com/juandl/n8n-nodes-json-validator
Last synced: 2 months ago
JSON representation
Node to validate data using AJV
- Host: GitHub
- URL: https://github.com/juandl/n8n-nodes-json-validator
- Owner: juandl
- License: mit
- Created: 2024-10-16T12:13:22.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T16:51:30.000Z (3 months ago)
- Last Synced: 2024-10-19T08:56:43.682Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-json-validator
This is an n8n community node. It lets you validate your data in your n8n workflows.
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Usage](#usage)
[Resources](#resources)
[Version history](#version-history)## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Operations
-Validate data using [AJV Validator](https://ajv.js.org/HOME.html).
## Usage
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
## Version history