swagger-api / swagger-parser

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

Update ExternalRefProcessor.java #2015

Open Emad89 opened 7 months ago

Emad89 commented 7 months ago

Objects are duplicated in the following situation:

If object A is referenced as a response in API_endpoint1, And object B is a response for API_endpoint2, where B has a property that references A. When resolving paths:

In this scenario, the presence of both ./ and ../ can lead to the creation of duplicated objects.