request body
{% for b in endpoint.body %}
mime type
{{ b.mime_type }}
{% if b.schema is not none %}
schema
{{ b.schema|jsonify|e }}
{% endif %} {% endfor %}