# json-schema-template **Repository Path**: dengkunnanmayun/json-schema-template ## Basic Information - **Project Name**: json-schema-template - **Description**: 根据JSON生成JSON Schema 模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # json-schema-template #### 介绍 根据JSON生成JSON Schema 在线生成模板 http://dengkunnanmayun.gitee.io/json-schema-template/ 2021.110.5 更新记录 response 生成Schema 更新完成,已经能完全能支持常用的场景,有生成schema 有疑问可以找我。 更新内容: 1.修复0 认为string bug, 2. value null 类型指定object 修改为去掉type 生成 3. "0" 类型为int 修复为string 4. 不支持"required": [] 修改层级无required 的时候去掉required 数组 5. 叶子节点新加& 代码改value 一定要校验 ![输入图片说明](https://images.gitee.com/uploads/images/2021/1105/174632_d140bf0f_5153017.png "屏幕截图.png")