{{#each schemas}}
{{#if (isEnum)}}
{{>enumNested}}
{{else if (isInterface)}}
{{>interfaceNested}}
{{else if (isObject)}}
{{>pojoNested}}
{{else if (isWrapper)}}
{{>wrapperNested}}
{{/if}}

{{/each}}
