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
Mainly, I'm curious if there is justification for this requirement. If normalization is required due to an implementation detail, couldn't the implementation just normalize the URI internally?
The text was updated successfully, but these errors were encountered:
I think maybe we could just use the resolved uri. The URI resolver will remove ./ for normalization when we want to ref to local directory. That will cause the schema syntax validation fail.
I'm having the same problem as documented in this swagger issue.
It seems clear that the author wants the $ref URIs to be normalized, so I'm very hesitant to call this a bug.
Mainly, I'm curious if there is justification for this requirement. If normalization is required due to an implementation detail, couldn't the implementation just normalize the URI internally?
The text was updated successfully, but these errors were encountered: