blob: ed0d05da55f528f1c51a3f7f8324915d4af75939 [file] [log] [blame]
Matteo Scandolobf14f882016-06-02 10:01:34 -07001{
2 "bundle": {
3 "id": "family",
4 "name": "Advanced Bundle",
5 "functions": [
6 {
7 "id": "cache",
8 "name": "Cache",
9 "desc": "Caching Service.",
10 "params": {}
11 },
12 {
13 "id": "firewall",
14 "name": "Firewall",
15 "desc": "Normal firewall protection.",
16 "params": {}
17 },
18 {
19 "id": "video",
20 "name": "Video Optimization",
21 "desc": "Optimization for the video download."
22 }
23 ]
24 },
25 "bundles": [
26 { "id": "basic", "name": "Basic Bundle" },
27 { "id": "family", "name": "Advanced Bundle" }
28 ]
29}