From c84a830f33efc57434e50770975c4b920d9522b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 13 Mar 2017 15:13:36 +0100 Subject: [PATCH] Add disable_correlation --- schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema.json b/schema.json index f3e1082..6cc4371 100644 --- a/schema.json +++ b/schema.json @@ -37,6 +37,9 @@ "multiple": { "type": "boolean" }, + "disable_correlation": { + "type": "boolean" + }, "description": { "type": "string" }