We have parameter validation under each method currently, need to expend that to validate the requests against path item parameters which are shared by all the methods under the same path. Both swagger and openapi validators need to be updated.
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 Swagger Object's parameters. There can be one "body" parameter at most.
We have parameter validation under each method currently, need to expend that to validate the requests against path item parameters which are shared by all the methods under the same path. Both swagger and openapi validators need to be updated.