• {{this.name}} {{#if this.required}} {{/if}}
    {{#if this.description}}

    {{this.description}}

    {{/if}}
    Type
    {{this.type}}
    {{#if this.notes}}
    Notes
    {{{this.notes}}}
    {{/if}} {{#if this.examples}}
    Examples
    {{#each this.examples}}
    {{json this}}
    {{/each}} {{/if}} {{#if this.allowedValues}}
    Allowed Values
    {{#each this.allowedValues}}
    {{this}}
    {{/each}} {{/if}} {{#if this.disallowedValues}}
    Forbidden Values
    {{#each this.disallowedValues}}
    {{this}}
    {{/each}} {{/if}} {{#if this.children}}
    Properties
      {{#each this.children}} {{> type}} {{/each}}
    {{/if}} {{#if this.alternatives}}
    Alternatives
      {{#each this.alternatives}} {{> type}} {{/each}}
    {{/if}} {{#each this.rules}}
    {{@key}}
    {{#if this.length}}
      {{#each this}} {{> type}} {{/each}}
    {{else}} {{this}} {{/if}}
    {{/each}}