Type:
{{ item.type | escape }}
{% endif %}
#}
{% if item.examples.length %}
Examples:
{% for example in item.examples %} {% if item.type == 'string' %}{{ example | escape }}{% else %}
{{ example | escape }}
{% endif %}
{% endfor %}
{% endif %}
{% if item.structuredValue %}
{{ item.structuredValue | dump }}
{% endif %}