-
-
Notifications
You must be signed in to change notification settings - Fork 768
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OpenAPI parameters containing other parameters (#1523)
* Fix OpenAPI parameters containing other parameters OpenAPI parameters can be unspecified and sometimes contain other parameters. The current behavior is to assume it's a bracket parameter and nest the containing parameter within the contained parameter, which breaks the schema as the original parameter now seems to contain a nested object. We can avert this by checking for the presence of a '[' in the parameter. * Trigger Github workflow Co-authored-by: Ricardo Piro-Rael <rpiro-rael@ironox.com>
- Loading branch information
Showing
2 changed files
with
36 additions
and
4 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