Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
dumi_doc-master/schema/appid.json@44:c1d8923072ba, 2017-07-18 (annotated)
- Committer:
- TMBOY
- Date:
- Tue Jul 18 16:27:22 2017 +0800
- Revision:
- 44:c1d8923072ba
?
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| TMBOY | 44:c1d8923072ba | 1 | { |
| TMBOY | 44:c1d8923072ba | 2 | "$schema": "http://json-schema.org/draft-04/schema#", |
| TMBOY | 44:c1d8923072ba | 3 | "id":"https://xiaodu.baidu.com/schema/appid.json", |
| TMBOY | 44:c1d8923072ba | 4 | "title":"appid的定义,包含appid对bots的映射", |
| TMBOY | 44:c1d8923072ba | 5 | "type":"array", |
| TMBOY | 44:c1d8923072ba | 6 | "items":{ |
| TMBOY | 44:c1d8923072ba | 7 | "type":"object", |
| TMBOY | 44:c1d8923072ba | 8 | "properties":{ |
| TMBOY | 44:c1d8923072ba | 9 | "bots":{ |
| TMBOY | 44:c1d8923072ba | 10 | "type":"array", |
| TMBOY | 44:c1d8923072ba | 11 | "items":{ |
| TMBOY | 44:c1d8923072ba | 12 | "type":"object", |
| TMBOY | 44:c1d8923072ba | 13 | "properties":{ |
| TMBOY | 44:c1d8923072ba | 14 | "params":{"type":"object","description":"请求bot带上的参数,不作限制"}, |
| TMBOY | 44:c1d8923072ba | 15 | "version":{"type":"string","description":"请求bot的指定版本,默认可填0,就是最新版本"}, |
| TMBOY | 44:c1d8923072ba | 16 | "id":{"type":"string"} |
| TMBOY | 44:c1d8923072ba | 17 | } |
| TMBOY | 44:c1d8923072ba | 18 | } |
| TMBOY | 44:c1d8923072ba | 19 | }, |
| TMBOY | 44:c1d8923072ba | 20 | "appname":{"type":"string"}, |
| TMBOY | 44:c1d8923072ba | 21 | "appid":{"type":"string"}, |
| TMBOY | 44:c1d8923072ba | 22 | "appkey":{"type":"string"}, |
| TMBOY | 44:c1d8923072ba | 23 | "qps":{"type":"integer","description":"每秒最大请求次数"}, |
| TMBOY | 44:c1d8923072ba | 24 | "qpd":{"type":"integer","description":"每天最大请求次数"}, |
| TMBOY | 44:c1d8923072ba | 25 | "ctime":{"type":"integer","description":"创建时间,unix时间戳"}, |
| TMBOY | 44:c1d8923072ba | 26 | "strategy":{"type":"string","description":"排序策略"}, |
| TMBOY | 44:c1d8923072ba | 27 | "version":{"type":"string","description":"客户端版本,一个客户端可按客户端版本不同,存在多份配置"} |
| TMBOY | 44:c1d8923072ba | 28 | } |
| TMBOY | 44:c1d8923072ba | 29 | } |
| TMBOY | 44:c1d8923072ba | 30 | } |
