Skip to content

Commit 9d482a2

Browse files
committed
Minor update help text and CLI dependency
1 parent 253e180 commit 9d482a2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

json-multi-schema-resolver.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</script>
2929

3030
<script type="text/x-red" data-help-name="json-multi-schema-resolver">
31+
<p>Node to determine the JSON Schema corresponding to a given message, based on a configurable list of schemas.</p>
3132
<ul>
3233
<li>The node will try to determine the URL of the JSON Schema to use for a given JSON payload received in <code>msg.payload</code></li>
3334
<li>To do so, the node uses the configuration file which URL is given as a <code>mappingsUrl</code> property.</li>

json-multi-schema-transformer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</script>
2929

3030
<script type="text/x-red" data-help-name="json-multi-schema-transformer">
31+
<p>Node to transform a JSON observation to another format using a configurable set of JSONata rules.</p>
3132
<ul>
3233
<li>The node will transform a given JSON payload received in <code>msg.payload</code> using some JSONata rules.</li>
3334
<li>To find the proper rules, the node uses the configuration file which URL is given as a <code>transformsUrl</code> property.</li>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-json-multi-schema",
3-
"version": "0.3.1",
3+
"version": "0.3.3",
44
"description": "Generic JSON data pipeline tools, with dynamic transformation (using JSONata rules), resolving JSON Schema (using JSONata rules), and then validation (using JSON Schema). For Node-RED and for command-line.",
55
"main": "index-validate.js",
66
"readmeFilename": "readme.md",
@@ -32,7 +32,7 @@
3232
"ajv": "^6.10.2",
3333
"jsonata": "^1.7.0",
3434
"node-fetch": "^2.6.0",
35-
"node-red-contrib-mock-cli": "https://github.com/alexandrainst/node-red-contrib-mock-cli.git#6c0502cf0641f912a8905da08aff9a1310e96358"
35+
"node-red-contrib-mock-cli": "https://github.com/alexandrainst/node-red-contrib-mock-cli.git#7dd9eaafb8d5f3293793d7b778c8d4ae72fb3c14"
3636
},
3737
"devDependencies": {
3838
"jshint": "^2.10.3"

0 commit comments

Comments
 (0)