forked from loafle/openapi-generator-original
Update CodegenProperty.java
Added a "items" field to keep track of the inner type to be accessed in the mustache templates
This commit is contained in:
@@ -34,4 +34,6 @@ public class CodegenProperty {
|
||||
public boolean isEnum;
|
||||
public List<String> _enum;
|
||||
public Map<String, Object> allowableValues;
|
||||
public CodegenProperty items;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user