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
I tried to follow the example in the usage section and the schema was never being read (and the validator always told me things were valid). It's because in version 2.0.x the validator expects an object containing a parsed schema and not a $ref->uri map.
Then I spent an hour in xdebug and then I found a discussion of a similar issue: #299
I think there are 2 fixes for this:
Upgrade the readme to tell people to install json-schema:~3.0
Following the current readme:
I installed json-schema:~2.0
I tried to follow the example in the usage section and the schema was never being read (and the validator always told me things were valid). It's because in version 2.0.x the validator expects an object containing a parsed schema and not a $ref->uri map.
Then I spent an hour in xdebug and then I found a discussion of a similar issue: #299
I think there are 2 fixes for this:
The text was updated successfully, but these errors were encountered: