You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.error("Unknown type in allOf schema. Please report the issue via openapi-generator's Github issue tracker.");
7120
+
}
7121
+
}
7122
+
7110
7123
if (ModelUtils.isMapSchema(schema)) {
7111
7124
LOGGER.error("Form parameters with additionalProperties are not supported by OpenAPI Generator. Please report the issue to https://github.com/openapitools/openapi-generator if you need help.");
7112
7125
}
@@ -7812,20 +7825,46 @@ public CodegenParameter fromRequestBody(RequestBody body, Set<String> imports, S
7812
7825
7813
7826
// restore original schema with description, extensions etc
7814
7827
if (original != null) {
7815
-
schema = original;
7816
7828
// evaluate common attributes such as description if defined in the top level
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/3_0/java/petstore-with-fake-endpoints-models-for-testing-okhttp-gson.yaml
0 commit comments