{% for example in handler.get_content_examples(definition) %} {% if example.value %} ```json {{handler.write_content_example(example, content_type) | indent(4) | safe}} ``` {% if example.auto_generated %}⚠️ {{texts.auto_generated_example_note}}{% endif -%} {% endif %} {% endfor %}