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 ffcf4ad commit 54af324Copy full SHA for 54af324
modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/CodegenOperation.java
@@ -36,7 +36,6 @@ public class CodegenOperation extends CodegenObject {
36
public List<Map<String, String>> examples;
37
public List<Map<String, String>> requestBodyExamples;
38
public ExternalDocumentation externalDocs;
39
- public Map<String, Object> vendorExtensions = new HashMap<>();
40
public String nickname; // legacy support
41
public String operationIdLowerCase; // for markdown documentation
42
public String operationIdCamelCase; // for class names
0 commit comments