You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Full dereference and minimization of Swagger-Files is flawed. Some obscure but valid Swagger files with circular references are not properly minimized.
Generally, by fully dereferencing a Swagger file, we lose intentionally placed $refs. We shouldn't be losing that information. Instead, we should follow $refs in any application algorithm as needed, and drop minimization completely.
The text was updated successfully, but these errors were encountered:
Full dereference and minimization of Swagger-Files is flawed. Some obscure but valid Swagger files with circular references are not properly minimized.
Generally, by fully dereferencing a Swagger file, we lose intentionally placed $refs. We shouldn't be losing that information. Instead, we should follow $refs in any application algorithm as needed, and drop minimization completely.
The text was updated successfully, but these errors were encountered: