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
Nevertheless, in my current project a bunch of openapi 3.0.0 with [email protected] works as expected (in this case), because i'm not using <security-definitions /> injection causes duplication, but alpha.33 doesn't show securitySchemes too.
The text was updated successfully, but these errors were encountered:
swagger 2.0 + [email protected] = things are normal
openapi 3.0.0 + [email protected] = duplicated schemas
swagger 2.0 + [email protected] = no schemas is visible (but refs are presented as well)
openapi 3.0.0 + [email protected] = no securitySchemes is visible (but refs are presented as well)
Nevertheless, in my current project a bunch of
openapi 3.0.0
with[email protected]
works as expected (in this case), because i'm not using<security-definitions />
injection causes duplication, butalpha.33
doesn't show securitySchemes too.The text was updated successfully, but these errors were encountered: