abelsilva / swaggerwcf

Swagger for WCF
Apache License 2.0
132 stars 95 forks source link

returning multiple types #202

Open arisshepard opened 4 years ago

arisshepard commented 4 years ago

Hi, I have a method that returns an object type which, depending on the result, returns one type or another. I saw you have SwaggerWcfReturnType but it can be used only once, so I'd like to know if I could let the user know that the response type could have different type definitions. Thanks!