📋 JSON Schema 验证器

验证 JSON 数据是否符合 JSON Schema 规范

JSON Schema

JSON 数据

支持的验证规则

  • type: string, number, integer, boolean, object, array
  • required: 必需字段数组
  • minimum, maximum: 数值范围
  • minLength, maxLength: 字符串长度