grpc-ecosystem/grpc-gateway
在 GitHub 查看[protoc-gen-openapiv2] Incorrectly generated OpenAPIv2 spec when using repeated_path_param_separator option
Open
#3,696 建立於 2023年10月26日
bughelp wantedopenapi
倉庫指標
- Star
- (16,971 star)
- PR 合併指標
- (平均合併 8天 23小時) (30 天內合併 147 個 PR)
描述
🐛 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".