From d0fadfce4009a5f9f0397faf90ec96b5e4d31ff0 Mon Sep 17 00:00:00 2001 From: aliabbasrizvi Date: Fri, 16 Sep 2016 17:07:04 -0700 Subject: [PATCH] Updating schema for experiments outside of group --- optimizely/helpers/constants.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/optimizely/helpers/constants.py b/optimizely/helpers/constants.py index 806a2b73..d25775f8 100644 --- a/optimizely/helpers/constants.py +++ b/optimizely/helpers/constants.py @@ -408,6 +408,9 @@ "id": { "type": "string" }, + "layerId": { + "type": "string" + }, "key": { "type": "string" }, @@ -462,6 +465,7 @@ }, "required": [ "id", + "layerId", "key", "status", "variations",