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 2bd1d85 commit 7294c90Copy full SHA for 7294c90
modules/swagger-core/src/main/java/io/swagger/v3/core/util/AnnotationsUtils.java
@@ -507,7 +507,7 @@ public static Optional<Schema> getArraySchema(io.swagger.v3.oas.annotations.medi
507
arraySchemaObject = new ArraySchema();
508
} else {
509
if (existingSchema == null) {
510
- arraySchemaObject = new JsonSchema();
+ arraySchemaObject = new ArraySchema();
511
512
arraySchemaObject = existingSchema;
513
}
0 commit comments