Skip to content

Commit

Permalink
More description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartmr committed Aug 27, 2022
1 parent a954465 commit dc0b91b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 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
Expand Down
3 changes: 2 additions & 1 deletion src/nodes/DataValidation/DataValidation.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
};
Expand Down

0 comments on commit dc0b91b

Please sign in to comment.