Skip to content

Why does #/bodyParameter require a "name"? #278

@themihai

Description

@themihai

I'm wondering why bodyParameter schema requires a "name". Makes sense only if the parameter is sent/set in query or perhaps path but doesn't make sense if the parameter in value is body isn't it? Unlike the query string parameters json/xml objects don't have a name.

"bodyParameter": { "type": "object", "required": [ "name", "in", "schema" ],

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