{% for pair in resource.spec %}
{% assign name = pair[0] %}
{% assign spec = pair[1] %}
{% assign type = spec.type %}
{% if type == 'string' %}
{% elsif type == 'text' %}
{% elsif type == 'number' %}
{% elsif type == 'enum' or type == 'foreign-key' %}
{% elsif type == 'video' %}