New Document
{% for key, value in database.collection_schema.items() %} {% set id = 'schema' + (loop.index | string) %}
{% if value == 'text' %} {% elif value == 'bool' %} {% else %} {% endif %}
{% endfor %}