XiaoFeiASK opened a new pull request, #3609:
URL: https://github.com/apache/dubbo-go/pull/3609

   ## What this PR does
   
   Fixes #3608: generate complete OpenAPI schemas for protobuf enum and map 
fields in `protoc-gen-triple-openapi`.
   
   ## Changes
   
   - Collect enum descriptors referenced by service request and response 
messages.
   - Generate `components.schemas` entries for referenced protobuf enums.
   - Preserve map value schemas through `additionalProperties`.
   - Use schema references for message and enum map values.
   - Update YAML and JSON golden outputs for enum components and `map<string, 
string>` values.
   
   ## Verification
   
   cd tools/protoc-gen-triple-openapi
   go test ./...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to