1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

JSON node: add help about schema deletion

This commit is contained in:
Nathanaël Lécaudé 2018-12-10 14:47:52 -05:00
parent 3fcfd4abdd
commit a97759aa35

View File

@ -22,7 +22,7 @@
<dd>A JavaScript object or JSON string.</dd>
<dt>schema<span class="property-type">object</span></dt>
<dd>An optional JSON Schema object to validate the payload against.
The property will be deleted before the <code>msg</code> is sent to the next flow.</dd>
The property will be deleted before the <code>msg</code> is sent to the next node.</dd>
</dl>
<h3>Outputs</h3>
<dl class="message-properties">