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.
Currently JSON Schema validator class implements its own
validateSchema
method using AJV under the hood:gavel.js/lib/validators/json-schema-next.js
Lines 104 to 121 in 5884b69
With the same method implemented on the JsonSchemaLegacy class using TV4:
gavel.js/lib/validators/json-schema-legacy.js
Lines 59 to 72 in 5884b69
I believe it's retained due to historical reasons and should be replaced with the build-in
validateSchema
option of AJV:gavel.js/lib/validators/json-schema-next.js
Lines 147 to 155 in 5884b69
The text was updated successfully, but these errors were encountered: