+
{{#sub this}}
{{#boxes}}
{{schema this}}
{{/boxes}}
{{/sub}}
{{#if properties}}
{{#each properties}}
{{#boxes}}
{{schema this}}
{{/boxes}}
{{/each}}
{{/if}}
{{#if patternProperties}}
{{#each patternProperties}}
{{#boxes}}
{{schema this}}
{{/boxes}}
{{/each}}
{{/if}}
{{#if additionalProperties}}
{{/if}}