From a97759aa35fbab8645452043fbeee4e853e6c2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Mon, 10 Dec 2018 14:47:52 -0500 Subject: [PATCH] JSON node: add help about schema deletion --- .../@node-red/nodes/locales/en-US/parsers/70-JSON.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-JSON.html b/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-JSON.html index 5783906a3..972b4be33 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-JSON.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-JSON.html @@ -22,7 +22,7 @@
A JavaScript object or JSON string.
schemaobject
An optional JSON Schema object to validate the payload against. - The property will be deleted before the msg is sent to the next flow.
+ The property will be deleted before the msg is sent to the next node.

Outputs