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.
2 parents 1c6644a + 116653f commit e00403eCopy full SHA for e00403e
src/main/java/io/swagger/codegen/v3/generators/DefaultCodegenConfig.java
@@ -3984,7 +3984,7 @@ else if (Parameter.StyleEnum.SPACEDELIMITED.equals(parameter.getStyle())) {
3984
}
3985
3986
private boolean isObjectSchema (Schema schema) {
3987
- if (schema instanceof ObjectSchema) {
+ if (schema instanceof ObjectSchema ||schema instanceof ComposedSchema) {
3988
return true;
3989
3990
if (SchemaTypeUtil.OBJECT_TYPE.equals(schema.getType()) && !(schema instanceof MapSchema)) {
0 commit comments