rjsf-team/react-jsonschema-form

Add an `ata-validator` alternative to AJV

已關閉

#5,052 建立於 2026年5月1日

 (19 則留言) (1 個反應) (1 位負責人)TypeScript (2,136 個分叉)batch import
featurehelp wanted

倉庫指標

星標
 (13,175 顆星)
PR 合併指標
 (平均合併 3天 17小時) (30 天內合併 32 個 PR)

描述

Prerequisites

What theme are you using?

validator-ajv8

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

It is in RJSF's interest to have other validator options available. Especially given how the frequency of AJV updates has appeared to drop over the last year.

However, not many good options were available until now.

ata-validator is a new high-performance JSON schema validator that could coexist with the existing AJV one. Pre-compiled schemas are also supported. Also related to #4614, as ata can output its errors in the Standard Schema format.

Describe alternatives you've considered

Continue relying strictly on AJV.

貢獻者指南