{% assign value = include.value %}

Fields

{% for property in value.children %} {%- assign property_type = property.type -%}
{{ property.name }}: {% include api_helper_type.html type=property_type %}
{{ property.comment.shortText }}
{% endfor %}