From f368f5a9c42fe014f326f80ccc674078ac8b6277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Tue, 10 Jul 2018 11:29:01 -0400 Subject: [PATCH] JSON node: Add link to JSON schema spec in node help --- nodes/core/parsers/70-JSON.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/core/parsers/70-JSON.html b/nodes/core/parsers/70-JSON.html index a440e5d45..32b5a332a 100644 --- a/nodes/core/parsers/70-JSON.html +++ b/nodes/core/parsers/70-JSON.html @@ -58,6 +58,8 @@ receives a String, no further checks will be made of the property. It will not check the String is valid JSON nor will it reformat it if the format option is selected.

+

For more details about JSON Schema you can consult the specification + here.