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
Add test cases for error details hidden behind a $ref
These indeed can be improved, as mentioned in
#817 (comment)
but it's a bit less clear exactly how yet -- rather than putting $ref
in the schema path, instead using relative_schema_path to only refer
to the schema post-$ref lookup is a bit more consistent with the current
norms, wherein what's in schema_path should be lookup-able via indexing.
But for now, they're distinguishable via .schema, which shows only the
$ref'ed schema for the second error.
0 commit comments