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:
parent
6d771da9a9
commit
3fcfd4abdd
@ -21,7 +21,8 @@
|
||||
<dt>payload<span class="property-type">object | string</span></dt>
|
||||
<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.</dd>
|
||||
<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>
|
||||
</dl>
|
||||
<h3>Outputs</h3>
|
||||
<dl class="message-properties">
|
||||
|
Loading…
Reference in New Issue
Block a user