Tool Hub

JSON 模式验证

数据 + 架构 → required/type/enum 验证 (迷你)

✓ valid

使用方法

  1. 将HTML代码片段粘贴到输入字段中。
  2. 检查器会立即扫描常见无障碍问题。
  3. 在结果面板中审查被标记的问题。
  4. 修复HTML,实时更新。

示例

  • A schema requiring "name" as a string and "age" as a number flags {"name": 42} with two violations: wrong type for name and missing age.
  • A schema with pattern "^\\d{5}$" on a zip field reports a violation when the value is "1234" (only 4 digits).

生产环境使用前请验证输出。无担保 — 参见 条款.