Importing swagger 2.0 without host defined

Importing swagger 2.0 from a url without host defined in the swagger.json document makes the request look like http:///v1/path where the host is blank

It is missing a host, is there a way to define the host or get it to use the host from the url that swagger was imported from?

I am using v6.7.3