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 redoc@2.0.0-alpha.32 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 + redoc@2.0.0-alpha.32 = things are normal
openapi 3.0.0 + redoc@2.0.0-alpha.32 = duplicated schemas
swagger 2.0 + redoc@2.0.0-alpha.33 = no schemas is visible (but refs are presented as well)
openapi 3.0.0 + redoc@2.0.0-alpha.33 = no securitySchemes is visible (but refs are presented as well)
Nevertheless, in my current project a bunch of
openapi 3.0.0
withredoc@2.0.0-alpha.32
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: