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
When a path_items object includes a $ref to path_items, should the properties defined in the
parent path_items object be propagated to the $ref as with other path_items?
The text was updated successfully, but these errors were encountered:
A list of parameters that are applicable for all the operations described under this path. These parameters can be overridden at the operation level, but cannot be removed there. The list MUST NOT include duplicated parameters. A unique parameter is defined by a combination of a name and location. The list can use the Reference Object to link to parameters that are defined at the OpenAPI Object's components/parameters.
It says you can use ref but it also says that a ref ?shoud? point to components.
So if you have your parameters listed in components the answer to me seems clear that yes, parameters propagate.
What is hazy for me is whether you can use external refs here
When a path_items object includes a $ref to path_items, should the properties defined in the
parent path_items object be propagated to the $ref as with other path_items?
The text was updated successfully, but these errors were encountered: