You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2022. It is now read-only.
Describe the bug
The OpenAPI specification allows parameters to be specified under the Path Item Object (https://spec.openapis.org/oas/v3.1.0#fixed-fields-6), alongside request methods like
get/post.These are rendered by
jekyll-openapiincorrectly, as a separate request method.Expected behavior
Parameters defined directly under Path Item should be rendered as parameters, not as request methods.
Screenshots

Additional context