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
JsonValidator should fetch $schema from the ctor parameter and use it to select proper json-schema version (right now it just defaults to draft-4 and with draft-7 an error is thrown).
The text was updated successfully, but these errors were encountered:
JsonValidator should fetch
$schema
from the ctor parameter and use it to select proper json-schema version (right now it just defaults to draft-4 and with draft-7 an error is thrown).The text was updated successfully, but these errors were encountered: