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
fix: Improve correctness of generated OpenAPI 3 output
Uploaded to https://redoc.ly/developer-portal yielding these issues
and fixes.
Refactor '$ref' checks using new common code.
Fix cross-generated-route data pollution by ensuring source swagger
data cloned.
Add underscore to path variable names, used to differentiate the PK
value used for paths from query variables. Specifically, differentiate
the PK value used for shortcut blueprint update routes, which allow for
PK update using query parameters. Some validators expect unique names
across all parameter types.
Sort tag name specified as part of Operation.
Update test data and test fixtures.
0 commit comments