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
{{ message }}
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
Actual behaviour/output/error
webApi.servers() is empty.
Expected behaviour/output
webApi.servers() should contain a list of servers as specified in the file.
Additional context
It does not happen when you don't resolve. Getting the webApi object from webApiDocument.encodes() works as expected. webApi.servers() gives the expected output.
Any OAS3 yaml file, with servers defined can be used to test this.
Will appreciate the help!