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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
all validation keywords
full support of remote refs (remote schemas have to be added with addSchema or compiled to be available)
support of circular dependencies between schemas
correct string lengths for strings with unicode pairs (can be turned off)
formats defined by JSON Schema draft 4 standard and custom formats (can be turned off)
ajv passes all the tests from JSON Schema Test Suite (apart from the one that requires that 1.0 is not an integer).
ajv implements full JSON Schema draft 4 standard:
all validation keywords
full support of remote refs (remote schemas have to be added with addSchema or compiled to be available)
support of circular dependencies between schemas
correct string lengths for strings with unicode pairs (can be turned off)
formats defined by JSON Schema draft 4 standard and custom formats (can be turned off)
ajv passes all the tests from JSON Schema Test Suite (apart from the one that requires that 1.0 is not an integer).
https://github.com/epoberezkin/ajv
The text was updated successfully, but these errors were encountered: