Parameter.name

The name of the parameter. Parameter names are case sensitive.

- If in is "path", the name field MUST correspond to the associated path segment from the path field in the Paths Object. See Path Templating for further information.

- If in is "header" and the name field is "Accept", "Content-Type" or "Authorization", the parameter definition SHALL be ignored.

- For all other cases, the name corresponds to the parameter name used by the in property.

struct Parameter
string name;

Meta