-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validator throws error for external references #94
Comments
I'm getting the same issue. Does anyone can help? |
Hi @huyngo can you please provide the spec files? |
It seems that @huyngo didn't provide the spec files. Too bad because this is an issue for me as well. |
Hi, can you please provide your spec files or maybe a PR with a failing test with the specs? Thanks in advance @denarced |
Hi, is there any update in this issue, |
I have a Swagger file which has external references.
Here is a snapshot of how I am calling out the external reference:
Here is how the car.schema file looks like:
Now Swagger editor and SwaggerUI does not throw an error (There was a problem in SwaggerUI, but it was fixed). However, the validator-badge keeps complaining that there is an error.
Unfortunately the only details it provided was:
{"messages":["malformed or unreadable swagger supplied"]}
Please help.
The text was updated successfully, but these errors were encountered: