{{#if this.type}}
{{#if this.name }}
{{#if @static}} {{~ name ~}} {{~else~}} {{~/ if ~}}
{{else}} {{~ name ~}} {{~/ if ~}} {{~ type alternative ~}} {{#if this.flags.required}} {{/if}} {{#if this.flags.forbidden}} {{~/if~}} {{#if this.flags.stripped}} {{~/if~}}
{{~#if this.flags.allowUnknown}}
Allow unknown keys
{{~/if~}} {{#if this.flags.insensitive}}
Case insensitive
{{~/if~}} {{#unless @static }} {{/unless}}
{{~! Strip Whitespace ~}}
{{~/if~}}