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/news.schema.json	Tue Jul 18 16:56:22 2017 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-{
-    "type":"object",
-    "id":"https://xiaodu.baidu.com/schema/news.schema.json",
-    "properties":{
-        "type":{
-            "type":"string",
-            "enum":["news"]
-        },
-        "data":{
-            "type":"object",
-            "properties":{
-                "list":{
-                    "type":"array",
-                    "items":{
-                        "type":"object",
-                        "properties":{
-                            "id":{"type":"string"},
-                            "title":{"type":"string"},
-                            "summary":{"type":"string"},
-                            "content":{"type":"string"},
-                            "url":{"type":"string"},
-                            "image":{"type":"string"},
-                            "thumb":{"type":"string"},
-                            "pubtime":{"type":"string","pattern":"\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}"}
-                        }
-                    }
-                }
-            }
-        }
-    }
-}