Sketching out request/showTraffic interactions between GUI server/client.

Change-Id: I78dfe0da6a7b4e03972a8ef11190101614d81a63
diff --git a/web/gui/src/main/webapp/json/ev/intentSketch/ev_4_onos.json b/web/gui/src/main/webapp/json/ev/intentSketch/ev_4_onos.json
index 1a6632e..bbb2001 100644
--- a/web/gui/src/main/webapp/json/ev/intentSketch/ev_4_onos.json
+++ b/web/gui/src/main/webapp/json/ev/intentSketch/ev_4_onos.json
@@ -2,12 +2,19 @@
   "event": "showPath",
   "sid": 2,
   "payload": {
-    "intentId": "0x1234",
-    "path": {
-      "links": [ "1-2", "2-3" ],
-      "traffic": true,
-      "srcLabel": "567 Mb",
-      "dstLabel": "6 Mb"
-    }
+    "paths": [
+      {
+        "intentId": "0x1234",
+        "links": [ "1-2", "2-3" ],
+        "class": "animated",
+        "labels": [ "9Gb", "9Gb" ]
+      },
+      {
+        "intentId": "0x4321",
+        "links": [ "5-6", "6-7" ],
+        "class": "animated",
+        "traffic": [ "4GB", "4GB" ]
+      }
+    ]
   }
 }