]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blobdiff - prebuilt/iot-gateway/node_modules/protocol-buffers-schema/test/fixtures/basic.json
Updated Sensor To Cloud design to have an easy to use setup GUI on the
[apps/tidep0084.git] / prebuilt / iot-gateway / node_modules / protocol-buffers-schema / test / fixtures / basic.json
diff --git a/prebuilt/iot-gateway/node_modules/protocol-buffers-schema/test/fixtures/basic.json b/prebuilt/iot-gateway/node_modules/protocol-buffers-schema/test/fixtures/basic.json
deleted file mode 100644 (file)
index f388bd6..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-{
-  "syntax": 3,
-  "package": null,
-  "imports": [],
-  "enums": [],
-  "extends": [],
-  "messages": [
-    {
-      "name": "Point",
-      "enums": [],
-      "messages": [],
-      "extensions": null,
-      "fields": [
-        {
-          "name": "x",
-          "type": "int32",
-          "tag": 1,
-          "map": null,
-          "oneof": null,
-          "required": true,
-          "repeated": false,
-          "options": {}
-        },
-        {
-          "name": "y",
-          "type": "int32",
-          "tag": 2,
-          "map": null,
-          "oneof": null,
-          "required": true,
-          "repeated": false,
-          "options": {}
-        },
-        {
-          "name": "label",
-          "type": "string",
-          "tag": 3,
-          "map": null,
-          "oneof": null,
-          "required": false,
-          "repeated": false,
-          "options": {}
-        }
-      ]
-    },
-    {
-      "name": "Line",
-      "enums": [],
-      "extensions": null,
-      "messages": [],
-      "fields": [
-        {
-          "name": "start",
-          "type": "Point",
-          "tag": 1,
-          "map": null,
-          "oneof": null,
-          "required": true,
-          "repeated": false,
-          "options": {}
-        },
-        {
-          "name": "end",
-          "type": "Point",
-          "tag": 2,
-          "map": null,
-          "oneof": null,
-          "required": true,
-          "repeated": false,
-          "options": {}
-        },
-        {
-          "name": "label",
-          "type": "string",
-          "tag": 3,
-          "map": null,
-          "oneof": null,
-          "required": false,
-          "repeated": false,
-          "options": {}
-        }
-      ]
-    }
-  ],
-  "options":{}
-}