mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Fixed small issue in the schema creation
This commit is contained in:
parent
403e71170f
commit
e19624e840
@ -1,6 +1,6 @@
|
||||
{
|
||||
type: '{{export}}',
|
||||
contains: [{{#each properties}}{{>schema}}, {{/each}}]
|
||||
contains: [{{#each properties}}{{>schema}}{{#unless @last}}, {{/unless}}{{/each}}],
|
||||
{{#if isReadOnly}}
|
||||
isReadOnly: {{{isReadOnly}}},
|
||||
{{/if}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user