-
srpingboot 3.2.5
springdoc 2.6.0
like swagger2
private List securitySchemes() {
List schemeList = new ArrayList();
schemeList.add(new ApiKey(Common.MVC_HEADER_TOKEN, Comm…
-
### Describe the bug
The Quarkus OpenAPI extension generates incorrect schema for generic Java types that use the Jackson `JsonUnwrapped` annotation.
smallrye-open-api recognizes Jackson's `JsonUnwr…
-
-
### What happens?
OpenAPI schema imports should be more resilient to `null` values in JSON schema.
When providing a schema like this (or presumably a schema with null values elsewhere, I generat…
-
### What would you like to be added?
I'd like to add a configuration switch to disable open api v2 and open api v3.
for example , expose SkipOpenAPIInstallation config .
### Why is this neede…
-
**Description**
When defining multiple security schemes, the package fails to parse the spec, as it expects all security schemes to be defined in the security section.
According to the OpenAPI 3…
-
-
### Is your feature request related to a problem?
My API contains custom vendor extensions so it does certain actions as part of the build. The plugin should ignore or skip any it doesn't know.
(…
-
**Describe the issue**
OpenApi Document generation is not including the schema definition of the type of Array.
**To Reproduce**
Steps to reproduce the behavior:
1. With Visual Studio 2022, Crea…
-
### Describe the bug
We are trying to mock some of our APIs via the artifact upload feature (in our case, an OpenAPI 3.x document).
I have noticed the context root in the mock URL is built by jo…