{% include "partial/info.html" %} {%- if servers %} {% include "partial/servers.html" %} {% endif -%} {%- include "partial/path-items.html" %} --- {%- if components.schemas %} {% include "partial/components-schemas.html" %} {% endif -%} {%- if components.responses %} {% include "partial/components-responses.html" %} {% endif -%} {%- if components.parameters %} {% include "partial/components-parameters.html" %} {% endif -%} {%- if components.securitySchemes %} {% include "partial/components-security-schemes.html" %} {% endif -%}