## {{name}}
{% if description|length %}
{{description}}
{% endif %}
* Type: `{{type}}`
{%- if default_value|length %}
* Default Value: {{default_value}}
{% endif %}
{%- if constraints|length %}

*Constraints:*
{{constraints}}
{% endif %}
