-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
c389d10
commit 534af7f
Showing
6 changed files
with
3,085 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.