We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neither Local or Remote references are resolved, despite them now being in the standard. Thus something like:
definitions: Store: $ref: "./Store.yml"
Will fail the validation...
The text was updated successfully, but these errors were encountered:
I facing similar issue which is $ref didn't working.
$ref
And i found that on oas-chow-chow library , which didn't resolve $ref actually, that why $ref not working
Example failure code: https://github.com/davidnghk01/oas3-koa/tree/koa-oas3 If you try start server by bin/www and access 127.0.0.1:3000/docs
bin/www
127.0.0.1:3000/docs
You will find ref is load correctly but access 127.0.0.1:3000/api/foo?foo=bar only get the error. Invalid request method - get
127.0.0.1:3000/api/foo?foo=bar
Invalid request method - get
Sorry, something went wrong.
I temporary fix that by using swagger-combine
Interesting, thanks for the link!
No branches or pull requests
Neither Local or Remote references are resolved, despite them now being in the standard.
Thus something like:
Will fail the validation...
The text was updated successfully, but these errors were encountered: