somebodyoneday 2020-01-08
2.怎么生成json schema:
a.写例子json
b.根据例子json +在线工具 https://www.jsonschema.net/ 生成原始schema
c.清晰化schema:选择性删除原始schame 的$id、title、default、examples
d.校验简化后的schema:https://jsonschemalint.com/#!/version/draft-07/markup/json
3.C++ rapidjson 怎样使用json schema: http://rapidjson.org/zh-cn/md_doc_schema_8zh-cn.html
参考:https://blog.csdn.net/zbj18314469395/article/details/93721393