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 50d778f + 213cccb commit 1a9fa2aCopy full SHA for 1a9fa2a
modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/CodegenParameter.java
@@ -15,7 +15,6 @@ public class CodegenParameter extends CodegenObject {
15
public List<String> _enum;
16
public Map<String, Object> allowableValues;
17
public CodegenProperty items;
18
- public Map<String, Object> vendorExtensions = new HashMap<>();
19
20
/**
21
* Determines whether this parameter is mandatory. If the parameter is in "path",
@@ -322,10 +321,6 @@ public CodegenProperty getItems() {
322
321
return items;
323
}
324
325
- public Map<String, Object> getVendorExtensions() {
326
- return vendorExtensions;
327
- }
328
-
329
public boolean getRequired() {
330
return required;
331
0 commit comments