We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6be13 commit fcf98fcCopy full SHA for fcf98fc
modules/swagger-core/src/main/java/io/swagger/v3/core/util/OpenAPI30To31.java
@@ -10,7 +10,7 @@ public class OpenAPI30To31 {
10
11
public void process(OpenAPI openAPI) {
12
openAPI.openapi("3.1.0")
13
- .jsonSchemaDialect("https://json-schema.org/draft/2020-12/schema")
+ .jsonSchemaDialect("https://spec.openapis.org/oas/3.1/dialect/base")
14
.specVersion(SpecVersion.V31);
15
16
removeReservedExtensionsName(openAPI.getExtensions());
0 commit comments