Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Parameters under Path Object are rendered as request methods #10

Description

@captn3m0

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-openapi incorrectly, as a separate request method.

Expected behavior
Parameters defined directly under Path Item should be rendered as parameters, not as request methods.

Screenshots
image

Additional context

  • I was able to workaround this by moving the parameters to under the operation. But this shouldn't be necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions