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
Let's say we have a common errors definition. "Project A" doesn't use "Conflict" error response. When bundling OAPI for "project A" the "Confclict" response is removed from the resulting file because it's not used. If a parent project called "Project B" wants to use the "Conflict" response it's impossible to get this from "Project A" (it got trimmed).
Possible solutions:
add an option for unused definitions to not be trimmed (per file)
The text was updated successfully, but these errors were encountered:
What happened?
Let's say we have a common errors definition. "Project A" doesn't use "Conflict" error response. When bundling OAPI for "project A" the "Confclict" response is removed from the resulting file because it's not used. If a parent project called "Project B" wants to use the "Conflict" response it's impossible to get this from "Project A" (it got trimmed).
Possible solutions:
The text was updated successfully, but these errors were encountered: