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
Until this is fixed, we have a work around. It looks like in the "no good deed goes unpunished" category, we added a convenience for a 1.2-style spec, where references did not need the full anchor. So $ref: Entity would be treated as $ref: '#/definitions/Entity'. The problem then is one doesn't know the difference between a file and local references.
As a work around, we will now check references without any path segment in them and a suffix. So this:
When prefixing a file reference with
./
, references correctly. When missing, they do notThe text was updated successfully, but these errors were encountered: