cannot resolve reference #/components/schemas/SchemaName
, it's missing: $.components.schemas['SchemaName']
#536
Labels
#/components/schemas/SchemaName
, it's missing: $.components.schemas['SchemaName']
#536
When using the language server in neovim, I am getting an error being reported that is not reported when running the lint command using vacuum in the terminal.
I am using neovim v0.10.1, and vacuum v0.12.1 installed using Mason. I also have vacuum v0.12.1 installed using brew in my environment.
It occurs when a component schema references another component schema. As far as I can tell this is fine if the reference is in the paths section and only happens when you try to references schemas from schemas.
You can use the below spec to reproduce the issue.
In neovim, for the spec, it reports the following errors and warnings:
While using vaccum in the command line using the command:
It produces the following list of errors:
As you can see the error is missing, and this gives an impression in the editor that the spec has a problem when it does not.
The text was updated successfully, but these errors were encountered: