CORD Subscriber GUI -- Added sample JSON for driving the GUI, based on current assumptions.

Change-Id: I5286b54d1336415701250f0dc800637bf707b2c0
diff --git a/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json b/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json
new file mode 100644
index 0000000..d8809e7
--- /dev/null
+++ b/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json
@@ -0,0 +1,27 @@
+{
+  "bundle": {
+    "name": "Family Bundle",
+    "functions": [
+      {
+        "id": "internet",
+        "name": "Internet",
+        "active": true,
+        "editable": false
+      },
+      {
+        "id": "firewall",
+        "name": "Firewall",
+        "active": true,
+        "editable": true
+      },
+      {
+        "id": "url_filter",
+        "name": "Parental Control",
+        "level": "PG",
+        "levels": [ "PG", "PG-13", "R" ],
+        "active": true,
+        "editable": true
+      }
+    ]
+  }
+}