Closed Yavari closed 1 year ago
Dictionary<string, string> generates following schema in .net core:
"schema": { "type": "object", "additionalProperties": { "type": "string" } }
And Swagger shows Example Value as
{ "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" }
Can the pdf report show the same example instead of an empty response?
Dictionary<string, string> generates following schema in .net core:
And Swagger shows Example Value as
Can the pdf report show the same example instead of an empty response?