JSON Schema 扩展说明
---

>JSON Schema 参考链接  
>[官方站点](http://json-schema.org/)
>[官方指南](http://json-schema.org/understanding-json-schema/)
>[JSON Schema](https://tools.ietf.org/html/draft-handrews-json-schema-01)  
>[Meta-Schema draft-07 规格定义](https://tools.ietf.org/html/draft-handrews-json-schema-validation-01#section-5)   
>[Meta-Schema draft-07 规格下载](http://json-schema.org/draft-07/schema)  
>

基于`JSON Schema draft-07`进行扩展，用于描述组件接口、数据接口等  
参考 `magic-json-schema-helper`  

inspired by [json-schema-to-mongoose](https://github.com/jon49/json-schema-to-mongoose) [json-schema-converter](https://github.com/Clever/ARCHIVED-json-schema-converter)