diff --git a/README.md b/README.md index 5601286..22565d0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## How to + +This n8n community node validates input data using JSON Schemas. + +Visit or to learn how to describe your validation rules in JSON Schemas. + ## Library development ### Changing the supported Node version diff --git a/src/nodes/DataValidation/DataValidation.node.ts b/src/nodes/DataValidation/DataValidation.node.ts index 8558741..12c2f7a 100644 --- a/src/nodes/DataValidation/DataValidation.node.ts +++ b/src/nodes/DataValidation/DataValidation.node.ts @@ -39,8 +39,9 @@ export class DataValidation implements INodeType { 2 ), placeholder: "", + // eslint-disable-next-line n8n-nodes-base/node-param-description-miscased-json description: - "Visit https://ajv.js.org/ or https://JSON-schema.org/ to learn how to describe your validation rules in JSON Schemas", + "Visit https://ajv.js.org/ or https://json-schema.org/ to learn how to describe your validation rules in JSON Schemas", }, ], };