API: Add support for type aliases
[vpp.git] / test / ext / fake.api.json
index 3e8d6a9..24c9f4d 100644 (file)
@@ -1,6 +1,18 @@
 {
+    "services": {
+           "test_fake_msg": {
+                   "reply":"test_fake_msg_reply"
+           },
+           "test_fake_dump": {
+                   "reply":"test_fake_details",
+                   "stream":"true"
+           }
+    },
+    "enums" : [
+    ],
+    "unions" : [
+    ],
     "types" : [
-
     ],
     "messages" : [
         ["test_fake_msg",
@@ -31,5 +43,7 @@
             {"crc" : "0xcafebafe"}
         ]
     ],
+    "aliases" : {
+    },
 "vl_api_version" :"0x224c7aad"
 }