We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403e711 commit e19624eCopy full SHA for e19624e
src/templates/partials/schemaComposition.hbs
@@ -1,6 +1,6 @@
1
{
2
type: '{{export}}',
3
- contains: [{{#each properties}}{{>schema}}, {{/each}}]
+ contains: [{{#each properties}}{{>schema}}{{#unless @last}}, {{/unless}}{{/each}}],
4
{{#if isReadOnly}}
5
isReadOnly: {{{isReadOnly}}},
6
{{/if}}
0 commit comments