API: Add support for type aliases
[vpp.git] / test / ext / fake.api.json
1 {
2     "services": {
3             "test_fake_msg": {
4                     "reply":"test_fake_msg_reply"
5             },
6             "test_fake_dump": {
7                     "reply":"test_fake_details",
8                     "stream":"true"
9             }
10     },
11     "enums" : [
12     ],
13     "unions" : [
14     ],
15     "types" : [
16     ],
17     "messages" : [
18         ["test_fake_msg",
19             ["u16", "_vl_msg_id"],
20             ["u32", "client_index"],
21             ["u32", "context"],
22             ["u8", "dummy", 256],
23             {"crc" : "0xcafebafe"}
24         ],
25         ["test_fake_msg_reply",
26             ["u16", "_vl_msg_id"],
27             ["u32", "context"],
28             ["i32", "retval"],
29             {"crc" : "0xcafebafe"}
30         ],
31         ["test_fake_dump",
32             ["u16", "_vl_msg_id"],
33             ["u32", "client_index"],
34             ["u32", "context"],
35             ["u32", "dummy"],
36             {"crc" : "0xcafebafe"}
37         ],
38         ["test_fake_details",
39             ["u16", "_vl_msg_id"],
40             ["u32", "client_index"],
41             ["u32", "context"],
42             ["u32", "dummy"],
43             {"crc" : "0xcafebafe"}
44         ]
45     ],
46     "aliases" : {
47     },
48 "vl_api_version" :"0x224c7aad"
49 }