{% for prop_hash in include.type.Property %} {% assign propdata = prop_hash[1] %}
  • {{prop_hash[0]}}: {% include friendly-name.html name = propdata.type.name %} {% if propdata.type.isArray == true %} array{% endif %} - {% if propdata.flags.isOptional == true %}(optional){% endif %} {{propdata.comment.shortText}}
  • {% endfor %}