swagger-api / swagger-js

Javascript library to connect to swagger-enabled APIs via browser or nodejs
http://swagger.io
Apache License 2.0
2.62k stars 760 forks source link

resolver: align OpenAPI 3.1.0 resolver implementation with latest ApiDOM #3467

Closed char0n closed 5 months ago

char0n commented 5 months ago

The change will be related to https://github.com/swagger-api/apidom/issues/3915 and implementation of OpenAPI 3.1.0 dereference strategy needs to be aligned with new ApiDOM implementation.

char0n commented 5 months ago

Addressed in https://github.com/swagger-api/swagger-js/pull/3472