{% set container_style = schema.get('style') %} {% set template_order_index = template_order_index + 1 if template_order_index else 1 %} {% set minItems = schema.get('minItems', 0) %} {% set maxItems = schema.get('maxItems', -1) %} {% set defaultItems = schema.get('defaultItems', minItems) %}