mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
19 lines
401 B
JSON
19 lines
401 B
JSON
|
{
|
||
|
"appName": "appName",
|
||
|
"instanceId": "instanceId",
|
||
|
"bucket": {
|
||
|
"start": "2016-11-03T07:16:43.572Z",
|
||
|
"stop": "2016-11-03T07:16:53.572Z",
|
||
|
"toggles": {
|
||
|
"toggle-name-1": {
|
||
|
"yes": 123,
|
||
|
"no": 321
|
||
|
},
|
||
|
"toggle-name-2": {
|
||
|
"yes": 111,
|
||
|
"no": 0
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|