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 852ed24 commit a8caa73Copy full SHA for a8caa73
modules/swagger-integration/src/main/java/io/swagger/v3/oas/integration/SwaggerConfiguration.java
@@ -44,7 +44,7 @@ public class SwaggerConfiguration implements OpenAPIConfiguration {
44
45
private Schema.SchemaResolution schemaResolution = Schema.SchemaResolution.DEFAULT;
46
47
- private String openAPIVersion = "3.0.1";
+ private String openAPIVersion;
48
49
private Configuration.GroupsValidationStrategy groupsValidationStrategy = Configuration.GroupsValidationStrategy.DEFAULT;
50
0 commit comments