Shawn Smith
Results
1
issues of
Shawn Smith
If you configure the `swagger-maven-plugin` as follows: ``` io.swagger.core.v3 swagger-maven-plugin-jakarta true ... ``` Then the generated `openapi.yaml` will contain the following due to https://github.com/swagger-api/swagger-core/blob/v2.2.22/modules/swagger-core/src/main/java/io/swagger/v3/core/util/OpenAPI30To31.java#L13: ``` jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema ``` Unfortunately this...