{% for method in route.methods %}
{{ method }}
{% endfor %}
{{ route.path }}
{% if route.params is not empty %}
{{ labels.properties }}
{{ component('semantic~properties.details',{ class: 'mini', properties: route.params }) }}
{% endif %}
{% if route.result is not empty %}
{{ labels.response }}
{{ component('semantic~properties.details',{ class: 'mini', properties: route.result }) }}
{% endif %}