ex
Fork of mbed-os-example-mbed5-blinky by
Diff: dumi_doc-master/schema/resource/music_ref.schema.json
- Revision:
- 49:b9eb462f36a9
- Parent:
- 48:c7ee67edcf1d
- Child:
- 50:9ecaa144d1f3
--- a/dumi_doc-master/schema/resource/music_ref.schema.json Tue Jul 18 16:56:22 2017 +0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-{
- "type":"object",
- "id":"https://xiaodu.baidu.com/schema/music_ref.schema.json",
- "properties":{
- "type":{
- "type":"string",
- "enum":["music_ref"]
- },
- "data":{
- "type":"object",
- "required":["api","media"],
- "properties":{
- "api":{
- "type":"object",
- "properties":{
- "method":{"type":"string"},
- "url":{"type":"string"}
- }
- },
- "media":{
- "type":"object",
- "properties":{
- "artist":{
- "type":"array",
- "items":{"type":"string"}
- },
- "type":{"type":"string"}
- }
- }
- }
- }
- }
-}
-
-
