Example{% if examples|length > 1 %}s{% endif %}:

{%- for example in examples -%} {%- set example_id = schema.html_id ~ "_ex" ~ loop.index -%} {%- set example_is_long = example is not description_short -%} {%- if example_is_long -%} {%- endif -%}
{{ example | highlight_json_example }}
{%- endfor -%}