{{ schema.title or key }}
{% for value in schema.items.enum %}
{{ value }}
{% endfor %}
{% if schema.description %}
{{ schema.description }}
{% endif %}