Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit e71b903

Browse files
authored
Merge pull request #17 from OpenAPITools/fix_mustache_warning
Eliminates mustache warning
2 parents b039dd3 + c6fb191 commit e71b903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-json-schema-generator/src/main/resources/python/model_doc.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{#each models}}
22
{{#with model}}
33
# {{packageName}}.{{modelPackage}}.{{classFilename}}.{{classname}}
4-
{{> schema_doc }}
4+
{{> schema_doc complexTypePrefix="" }}
55
{{/with}}
66
{{/each}}
77

0 commit comments

Comments
 (0)