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
It looks like we were too permissive in: #71
This addresses issues from:
- json-schema-org/JSON-Schema-Test-Suite#471
- json-schema-org/JSON-Schema-Test-Suite#484
The first issue is more important, I think. We were resolving `$id` in
keywords like `enum` and `const`, which is unexpected since those values
are literal.
The second issue is a little trickier. It's possible people are using
non-standard keys to store reference schemas, which will cause issues
since this only looks in `definitions` now.
0 commit comments