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
ExternalSchema:
title: External schema not workingtype: object
The UI reports: Could not resolve reference because of: Tried to resolve a relative URL, without having a basePath. path: 'test.yml' basePath: 'undefined'
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. Unfortunately this is difficult to implement due to how the Swagger UI works with the plugin. In case you want to use display local files in Swagger UI with all the features, I suggest using the following approach swagger-api/swagger-ui#1110 (comment)
i.e.
And in
test.yml
in the same directoryThe UI reports:
Could not resolve reference because of: Tried to resolve a relative URL, without having a basePath. path: 'test.yml' basePath: 'undefined'
The text was updated successfully, but these errors were encountered: