"Type": "{{type}}"
{{#if default}},"Default": "{{default}}"{{/if}}
{{#if noEcho}},"NoEcho": "true"{{/if}}
{{#if allowedValues}},"AllowedValues": {{allowedValues}}{{/if}}
{{#if allowedPattern}},"AllowedPattern": "{{allowedPattern}}"{{/if}}
{{#if maxLength}},"MaxLength": "{{maxLength}}"{{/if}}
{{#if minLength}},"MinLength": "{{minLength}}"{{/if}}
{{#if maxValue}},"MaxValue": "{{maxValue}}"{{/if}}
{{#if minValue}},"MinValue": "{{minValue}}"{{/if}}
{{#if description}},"Description": "{{description}}"{{/if}}
{{#if constraintDescription}},"ConstraintDescription": "{{constraintDescription}}"{{/if}}
