Is Swagger Editor just not able to resolve $ref locations in other files?  
I've tried both the online and downloaded to my dev workstation.  I've 
tried both import url and import file and the import file does not seem to 
be able to resolve them at all even when I know the relative path is 
correct.  With import url I get very little useful information, and have 
tried both with and without the CORS proxy.  I'm trying to validate the 
swagger & external json schemas as I'm aware there are some issues.  What 
am I doing wrong?  Here is a sample response 

{
  "data": null,
  "status": -1,
  "config": {
    "method": "GET",
    "transformRequest": [
      null
    ],
    "transformResponse": [
      null
    ],
    "url": 
"https://cors-it.herokuapp.com/?url=http://servername:81/correctpath/dist/swagger.v1.json";,
    "headers": {
      "accept": "application/x-yaml,text/yaml,application/json,*/*"
    }
  },
  "statusText": ""
}

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to