JSON node: add help about schema deletion

This commit is contained in:
Nathanaël Lécaudé 2018-12-10 14:46:21 -05:00
parent 6d771da9a9
commit 3fcfd4abdd
1 changed files with 2 additions and 1 deletions

View File

@ -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">