-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Issues resolving OpenAPI references #488
Comments
This failure is happening because of the And the 404, yeah I know about that one - thanks for the nudge. I will address it. |
If you look here: https://spec.openapis.org/oas/v3.1.0#header-object You can see that |
Should that still be parsed that way when its at the name level of the object and not a property? |
Have you configured vacuum when using the VSCode plugin? And set a base path? |
Wouldn’t the base path be the pwd of the current document?
…On Fri, Apr 19, 2024 at 5:33 PM quobix ***@***.***> wrote:
Have you configured vacuum when using the VSCode plugin? And set a base
path?
—
Reply to this email directly, view it on GitHub
<#488 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLQECS2R34G3F7BZD3ZBDTY6GLSBAVCNFSM6AAAAABGPSL6JCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXGM2TONRYG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Well, not out of the gate, it's why there is a Check out the configuration options and set a base path. Let me know how that works, and then perhaps we can look at tuning the VScode plugin to try and set it automatically. |
Just a note that adding a |
does it work when you use |
It seems to be, or at least its not providing the same errors. It's now saying the below for most of these
But this seems to go against the documentation for |
I recognize these latest errors are also mentioned here: #484 |
Here is the error in
VSCode
:Here is the path in the file referenced:
Additionally the web docs path for the vacuum linting error sends me here:
https://quobix.com/vacuum/rules/schemas/resolving-references/
But this link goes right to a
404
The text was updated successfully, but these errors were encountered: