swagger-core
swagger-core copied to clipboard
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
### Affects: [1.5.12](https://github.com/swagger-api/swagger-core/tree/v1.5.12) ### Issue When deserializing an inline schema with `MapProperty`, I can't find the properties in the POJO, only the additional properties. The specification does not say that...
Hello, We're using Swagger annotations and Maven plugin to generate our spec. I'm attempting to add some `@ApiResponse` annotations to our operations, but the `@Header` annotation is not including the...
Im using the 'io.swagger.core.v3:swagger-jaxrs2:2.0.0' to generate the openapi.yaml in my Java project. I need this openapi.yaml to be compared to another openapi.yml to check if the specifications are up-to-date. But...
fix https://github.com/swagger-api/swagger-core/issues/4690 - Using builder setter and setting JsonProperty Access will not get property types correctly
In a project where we use polymorphism quite a lot we identified that supertypes with a shared name might collide. The api spec output is therefore incorrect. Instead of producing...
Are there plans for Swagger Core 1.5.X to support the Jakarta namespace?
## Problem When generating OpenAPI 3.1.0 spec the `@Pattern` annotation on a type parameter of properties with a collection type are ignored. The expected behaviour is that the generated property...
## Problem When generating OpenAPI 3.1.0 spec the `@Size` annotation on property with a collection type is ignored. The expected behaviour is that the generated property has both `maxItems` and...
I just added the Swashbuckle 5.6.0 nuget package to my .Net Framework 4.6.2 project and it added a SwaggerConfig.cs file into the App_Start folder, which would be nice except this...