grpc-ecosystem/grpc-gateway
View on GitHub[protoc-gen-openapiv2] Incorrectly generated OpenAPIv2 spec when using repeated_path_param_separator option
Open
#3,696 opened on Oct 26, 2023
bughelp wantedopenapi
Repository metrics
- Stars
- (16,971 stars)
- PR merge metrics
- (Avg merge 8d 23h) (147 merged PRs in 30d)
Description
🐛 Bug Report
When I use repeated_path_param_separator option with any value I get result in my documentation where "collectionFormat": "multi". I found what in template.go you force set 'multi' to "collectionFormat".