-
Notifications
You must be signed in to change notification settings - Fork 98
/
Config.json
29 lines (29 loc) · 832 Bytes
/
Config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"bundles":
[
{
"product":{
"name" : "Product1",
"proxies" : ["'Proxy1', 'Proxy2'"],
"attributes" : [{"name":"Test1","value":"abc"}]
},
"app":{
"name":"App1",
"attributes": [{"name": "attribute1","value": "null"}],
"developer": "[email protected]"
}
},
{
"product":{
"name" : "Product2",
"proxies" : ["'Proxy1', 'Proxy2'"],
"attributes" : [{"name":"Test2","value":"xyz"}]
},
"app":{
"name":"App1",
"attributes": [{"name": "attribute2","value": "null"}],
"developer": "[email protected]"
}
}
]
}