{{#name this}}
{{__name}}
{{desc this}}
{{/name}}
{}
+
{{#sub this}}
{{#primitive this}} {{signature this null this}} {{/primitive}} {{#equals type "array"}} {{signature this "array" items}} {{/equals}} {{#if allOf}} {{signature this "all of" allOf}} {{/if}} {{#if anyOf}} {{signature this "any of" anyOf}} {{/if}} {{#if oneOf}} {{signature this "one of" oneOf}} {{/if}} {{#if not}} {{signature this "not" not}} {{/if}}
{{#boxes}}
{{schema this}}
{{/boxes}}
{{/sub}} {{#if properties}} {{#each properties}}
{{@key}}
{{#main this}} {{signature this null this}} {{/main}} {{#equals type "array"}} {{signature this "array" items}} {{/equals}} {{#if allOf}} {{signature this "all of" allOf}} {{/if}} {{#if anyOf}} {{signature this "any of" anyOf}} {{/if}} {{#if oneOf}} {{signature this "one of" oneOf}} {{/if}} {{#if additionalProperties}} {{signature this "map" additionalProperties}} {{/if}} {{#if not}} {{signature this "not" not}} {{/if}}
{{desc this}}
{{#boxes}}
{{schema this}}
{{/boxes}}
{{/each}} {{/if}} {{#if patternProperties}} {{#each patternProperties}}
{{@key}}
{{#main this}} {{signature this null this}} {{/main}} {{#equals type "array"}} {{signature this "array" items}} {{/equals}} {{#if allOf}} {{signature this "all of" allOf}} {{/if}} {{#if anyOf}} {{signature this "any of" anyOf}} {{/if}} {{#if oneOf}} {{signature this "one of" oneOf}} {{/if}} {{#if not}} {{signature this "not" not}} {{/if}}
{{desc this}}
{{#boxes}}
{{schema this}}
{{/boxes}}
{{/each}} {{/if}} {{#if additionalProperties}}
additional
{{schema ../additionalProperties}}
{{/if}}
{{source this}}