Skip to content

Duplicate entries not merged #231

@memen45

Description

@memen45

Description

Duplicate paths with non-duplicate strings are not all generated to aspida. Example duplicate:

"/rest/items": {
    "get": {
        ...
    }
}
"/rest/items/": {
    "post": {
        ...
    }
}

Expected result
A merged output containing both the get and post endpoints.

Actual result
Only the post endpoints are in the output.

Environment

node v18.10.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions