You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I read the docs of ajv correctly, it only offers type inference for JSON Type Definition (using the JTDDataType type), but not for JSON schema.
The test case in this repo is using JSON schema though, and as such, AFAICT it does not meet the criteria of this benchmark, specifically that it does not cast to the right type.
The text was updated successfully, but these errors were encountered:
If I read the docs of ajv correctly, it only offers type inference for JSON Type Definition (using the
JTDDataType
type), but not for JSON schema.The test case in this repo is using JSON schema though, and as such, AFAICT it does not meet the criteria of this benchmark, specifically that it does not cast to the right type.
The text was updated successfully, but these errors were encountered: