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
Diff: dumi_doc-master/schema/README.md
- Revision:
- 49:b9eb462f36a9
- Parent:
- 48:c7ee67edcf1d
- Child:
- 50:9ecaa144d1f3
diff -r c7ee67edcf1d -r b9eb462f36a9 dumi_doc-master/schema/README.md --- a/dumi_doc-master/schema/README.md Tue Jul 18 16:56:22 2017 +0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ - -### 安装ajv命令行工具(基于node) ### - * 先要安装node,推荐使用[NVM](https://github.com/creationix/nvm/blob/master/README.markdown)进行安装 - * 安装ajv命令行 - -```shell -npm install -g ajv-cli -``` - * 执行test.sh跑测试的数据 - - -### php库 ### -用到了这个第三方库 [PHP implementation of JSON schema](https://github.com/justinrainbow/json-schema) - * 推荐先装composer - -```shell -composer require justinrainbow/json-schema -``` - * 示例程序是test.php - -### C++库 ### -待调研,还没空,可参考 [http://json-schema.org/](http://json-schema.org/)
