Skip to content

Commit

Permalink
Merge pull request #17 from optimizely/aliabbasrizvi/fix_schema
Browse files Browse the repository at this point in the history
Updating schema for experiments outside of group
  • Loading branch information
aliabbasrizvi committed Sep 17, 2016
2 parents 8a9f8b7 + d0fadfc commit 9530d87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions optimizely/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,9 @@
"id": {
"type": "string"
},
"layerId": {
"type": "string"
},
"key": {
"type": "string"
},
Expand Down Expand Up @@ -462,6 +465,7 @@
},
"required": [
"id",
"layerId",
"key",
"status",
"variations",
Expand Down

0 comments on commit 9530d87

Please sign in to comment.