Created by: basyskom-dege
PR checklist
-
Read the contribution guidelines. -
Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community. -
Run the following to build the project and update samples: ./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH. -
File the PR against the correct branch: master
,5.1.x
,6.0.x
-
If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.
NOTE: all changes are from #8565. I did a fresh PR because the rebase on the old PR was a bad idea.
This PR will enable parameter styling support following the OpenAPI Specification 3.0.3.
The field allowReserved
is missing because it is not available in the mustache template. I created an issue addressing this #8564. Once this issue is fixed, I will provide additional commits to support the allowReserved
feature.
PING @wing328 @ravinikam (2017/07) @stkrwork (2017/07) @etherealjoy (2018/02) @MartinDelille (2018/03) @muttleyxd (2019/08)