-
OpenAPI 3.0 was released: https://github.com/OAI/OpenAPI-Specification
Are there any plans to add support for this new version?
-
### What happened?
I'm writing integration tests. To make sure that the API returns schemas as defined in the OpenAPI description file, I'm using `check: schema: $ref`. I'd like to reference the file…
-
## Description
Apply camelCase consistently for the component specification. e.g. openAPI (instead of openapi) and openMetrics (instead of open-metrics).
Rule: Acronyms need to be capitalized (…
-
**Is your feature request related to a problem? Please describe.**
When I specify a ruleset in extends, such as `recommended`, it applies to all formats. I want to be able to apply `recommended` fo…
-
Maybe I misunderstood how "specification-arg-resolver" integrates with [Springdoc-openapi](https://github.com/tkaczmarzyk/specification-arg-resolver#swagger-support), but I cannot set a description in…
-
The spec states that the '$ref' field in a Path Item Object (https://spec.openapis.org/oas/latest.html#path-item-object) allows for a referenced definition of this path item.
Why does the Paths Obj…
-
Hello,
first, thank you very much for this tool.
I'm trying to parse two equivalent schemas, one in swagger 2.0, the other in openapi 3.0 :
swagger 2.0 : https://github.com/OAI/OpenAPI-Specificat…
-
**Is your feature request related to a problem? Please describe.**
We are using openapi tags to group endpoints together in the docs - which is great. The openapi spec allows for a `description` fiel…
-
The OpenAPI spec allows specifying multiple security schemes per endpoint/api.
Examples taken from :
Example 1:
```yaml
security: # A OR B
- A
- B
```
Example 2:
```yaml
sec…
-
### Q&A (please complete the following information)
- OS: macOS
- Browser:chrome
- Version: 78
- Method of installation: dist assets
- Swagger-UI version: 3.24.3 and http://editor.swagge…