%YAML 1.2 --- version: 1.1 var: description: a variable choices: jinja: |- {% for item in trange(0, 10) %} {{ item }} {%- endfor %} return_type: integer description: choice for 0 to 9 default: 9 ...