{{#or description (isNumeric schema) deprecated}}
/**
 {{#if description}}
 * {{#indent ' *  '}}@description {{{md description}}}{{/indent}}
 {{/if}}
 * @type {{safe '{'}}{{{nativeType.serializedType}}}{{safe '}'}}
{{#if memberOf}}
 * @memberof {{className memberOf}}
{{/if}}
 {{#if (isNumeric schema)}}
 {{#if schema.minimum}}
 * minimum: {{schema.minimum}}
 {{/if}}
 {{#if schema.maximum}}
 * maximum: {{schema.maximum}}
 {{/if}}
 {{/if}}
{{#if deprecated}}
 * @deprecated
{{/if}}
 */
{{/or}}
