James
James
Just to add that we make fairly extensive usage of the currently available extension points to enhance/tweak our swagger output, things like: - IDocumentFilter - IOperationFilter - ISchemaFilter It would...
> > Just to add that we make fairly extensive usage of the currently available extension points to enhance/tweak our swagger output, things like: > > @jimcward I would be...
> Another use case I've often used the schema filter extensibility for is to add example requests/responses for consumption in Swagger UI. Yeah, there's only ever going to be so...