mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-24 00:09:07 +00:00
Fix composed properties missing from allVars (#3616)
* Fix composed properties missing from allVars * Update the allOfCompositionTest to check allVars
This commit is contained in:
committed by
William Cheng
parent
20db89e277
commit
36ccd87a80
@@ -1827,6 +1827,7 @@ public class DefaultCodegen implements CodegenConfig {
|
||||
} else {
|
||||
// composition
|
||||
addProperties(properties, required, refSchema);
|
||||
addProperties(allProperties, allRequired, refSchema);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user