swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
774 stars 526 forks source link

fix parser dereferencing when pathItems are the same #1994

Closed gracekarina closed 8 months ago

ttrubinov commented 6 months ago

@gracekarina This changes introduced a new bug, but didn't fix the bug you are mentioning (you fixed issues when $ref is in responses, but not when $ref in requestBody). My suggestion is to rollback this PR, I think we can't just delete that lines