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 02747aa commit e954648Copy full SHA for e954648
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/RustAxumServerCodegen.java
@@ -113,7 +113,8 @@ public RustAxumServerCodegen() {
113
SchemaSupportFeature.Simple,
114
SchemaSupportFeature.Composite,
115
SchemaSupportFeature.oneOf,
116
- SchemaSupportFeature.anyOf
+ SchemaSupportFeature.anyOf,
117
+ SchemaSupportFeature.allOf
118
))
119
.excludeGlobalFeatures(
120
GlobalFeature.Info,
0 commit comments