Payam Yavari
Results
2
issues of
Payam Yavari
Would it be possible to show the response header in the same way as request headers are shown. One example from my generated json is: ``` "responses": { "200": {...
Dictionary generates following schema in .net core: ``` "schema": { "type": "object", "additionalProperties": { "type": "string" } } ``` And Swagger shows Example Value as ``` { "additionalProp1": "string", "additionalProp2":...