Skip to content

Commit e19624e

Browse files
committed
- Fixed small issue in the schema creation
1 parent 403e711 commit e19624e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/partials/schemaComposition.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
type: '{{export}}',
3-
contains: [{{#each properties}}{{>schema}}, {{/each}}]
3+
contains: [{{#each properties}}{{>schema}}{{#unless @last}}, {{/unless}}{{/each}}],
44
{{#if isReadOnly}}
55
isReadOnly: {{{isReadOnly}}},
66
{{/if}}

0 commit comments

Comments
 (0)