{{texts.request_body}}
{% with content = handler.simplify_content(operation.requestBody.content) %} {% for content_type, definition in content.items() %} /// tab | {{content_type}} {% include "partial/content-examples.html" %} {% if "alt_types" in definition %}{{texts.other_accepted_types}}: {{definition.alt_types | join(", ")}}{% endif %} //// details | {{texts.schema_of_the_request_body}} type: hint ```json {{handler.write_content_schema(definition) | safe}} ``` //// /// {% endfor %} {% endwith %}