{% macro accordian(domain, paths) -%}
Parameter | Type | Required | Other Attributes |
---|---|---|---|
{{ param.pop('name') }} | {{ param.pop('type') }} | {{ param.pop('required') }} |
{% for key, value in param.items() %}
{{ key }}: {{ value }} {% endfor %} |