# Schema

Form Schema 是在 JSON Schema 基础下进行扩展的一种定义表单的规范。主要用于:

  • 描述数据
  • 描述 UI
  • 数据验证与表单验证

表现形式上,Form Schema 仍然是 JSON。

详见 Schema