ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Revision:
49:b9eb462f36a9
Parent:
48:c7ee67edcf1d
Child:
50:9ecaa144d1f3
--- a/dumi_doc-master/schema/resource/weather.schema.json	Tue Jul 18 16:56:22 2017 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-{
-    "type":"object",
-    "id":"https://xiaodu.baidu.com/schema/weather.schema.json",
-    "properties":{
-        "type":{
-            "type":"string",
-            "enum":["weather"]
-        },
-        "data":{
-            "type":"object",
-            "properties":{
-                "city":{"type":"string"},
-                "current_temp":{"type":"string"},
-                "pm25":{"type":"string"},
-                "temp":{"type":"string"},
-                "time":{"type":"string"},
-                "weather":{"type":"string"},
-                "weather_all":{"type":"string"},
-                "wind":{"type":"string"},
-                "weather_info":{
-                    "type":"array",
-                    "items":{
-                        "type":"object",
-                        "properties":{
-                            "current_temp":{"type":"string"} ,
-                            "icon":{"type":"string"},
-                            "pm25":{"type":"string"},
-                            "pm_level":{"type":"string"},
-                            "temp":{"type":"string"},
-                            "time":{"type":"string"},
-                            "weather":{"type":"string"},
-                            "wind":{"type":"string"}
-                        }
-                    }
-                }
-
-            }
-        }
-
-    }
-}