验证JSON数据是否符合JSON Schema规范
string - 字符串类型number - 数字类型integer - 整数类型boolean - 布尔类型null - 空值类型array - 数组类型object - 对象类型title - 标题description - 描述type - 数据类型properties - 对象属性required - 必选属性minimum/maximum - 数值范围minLength/maxLength - 字符串长度范围enum - 枚举值