I’m also running into this issue, references to parameters don’t work.
References to schemas and also responses work fine.
Adding the parameter spec directly to the path spec doesn’t give an error, so the parameter is correct and valid.
Things like pagination and other parameters are common to all endpoints, so it’s not ideal to have to add them to every path.
Hopefully this will receive some attention and get fixed.