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
Hello, I noticed that openapi 3.0 and 3.1 schemas are missing. Would it be as simple as adding the files from https://github.com/OAI/OpenAPI-Specification/tree/main/schemas to the repo?
The text was updated successfully, but these errors were encountered:
They should be in the catalog already:
SchemaStore.nvim/lua/schemastore/catalog.lua
Lines 2717 to 2724 in 10da9da
Sorry, something went wrong.
Ahh interesting. so the fileMatch table doesn't cover my file naming. I have openapi-foo-bar.yml.
fileMatch
openapi-foo-bar.yml
Does fileMatch support glob patterns?
No branches or pull requests
Hello, I noticed that openapi 3.0 and 3.1 schemas are missing. Would it be as simple as adding the files from https://github.com/OAI/OpenAPI-Specification/tree/main/schemas to the repo?
The text was updated successfully, but these errors were encountered: