帮干工具
EN
JSON Schema 生成器
将 JSON 数据转换为 JSON Schema
JSON 输入
生成 Schema
{ "name": "张三", "age": 25, "email": "test@example.com", "isActive": true, "tags": ["developer", "designer"], "address": { "city": "北京", "zipCode": "100000" }, "projects": [ { "name": "项目A", "status": "completed" } ] }
JSON Schema
复制
💡 使用说明
• 在左侧输入有效的 JSON 数据
• 点击"生成 Schema"按钮自动推断类型
• 支持基本类型: string, number, integer, boolean, null
• 自动识别数组和对象嵌套结构
• 对象属性自动标记为 required