- Fixed small issue in the schema creation

This commit is contained in:
Ferdi Koomen 2020-11-18 23:47:39 +01:00
parent 403e71170f
commit e19624e840

View File

@ -1,6 +1,6 @@
{
type: '{{export}}',
contains: [{{#each properties}}{{>schema}}, {{/each}}]
contains: [{{#each properties}}{{>schema}}{{#unless @last}}, {{/unless}}{{/each}}],
{{#if isReadOnly}}
isReadOnly: {{{isReadOnly}}},
{{/if}}