Open
Description
Is your feature request related to a problem? Please describe.
Our "operationId" generation is not reliable (there could be duplicates and naming issues) and we would like to control it on client side.
Describe the solution you'd like
Have a bilt-in decorator to override operationId
Describe alternatives you've considered
Manual patching of swagger.json but before the main processing
Additional context
Similar to https://redocly.com/docs/cli/decorators/operation-description-override
Activity