forked from loafle/openapi-generator-original
Adds fix (#13819)
This commit is contained in:
@@ -68,4 +68,8 @@ class {{#if this.classname}}{{classname}}{{else}}{{#if nameInSnakeCase}}{{name}}
|
||||
|
||||
{{> model_templates/property_type_hints }}
|
||||
|
||||
{{#if additionalProperties}}
|
||||
{{> model_templates/new }}
|
||||
{{else}}
|
||||
{{> model_templates/new addPropsUnset=true }}
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user