forked from loafle/openapi-generator-original
Some fixes for Wordnik & Petstore examples
This commit is contained in:
@@ -15,4 +15,5 @@ public class CodegenResponse {
|
||||
public Boolean isListContainer;
|
||||
public Object schema;
|
||||
public String jsonSchema;
|
||||
public boolean isWildcard() { return "0".equals(code) || "default".equals(code); }
|
||||
}
|
||||
Reference in New Issue
Block a user