]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/protocol-buffers-schema/test/fixtures/map.json
Initial commit
[apps/tidep0084.git] / example / iot-gateway / node_modules / protocol-buffers-schema / test / fixtures / map.json
1 {
2   "syntax": 3,
3   "package": null,
4   "imports": [],
5   "enums": [],
6   "messages": [
7     {
8       "name": "Data",
9       "enums": [],
10       "messages": [],
11       "fields": [
12         {
13           "name": "data",
14           "type": "map",
15           "map": {
16             "from": "string",
17             "to": "bytes"
18           },
19           "oneof": null,
20           "tag": 1,
21           "required": false,
22           "repeated": false,
23           "options": {}
24         }
25       ],
26       "extensions": null
27     }
28   ],
29   "options": {},
30   "extends": []
31 }