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/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/)