ceriomenco

Results 1 issues of ceriomenco

**Problem statement:** When using swagger with `[ProducesResponseType(typeof(MeetingRoom), StatusCodes.Status200OK)]` The generated docs would produce a schema such as: ``` { "id": 0, "name": "string", "seats": 0 } ``` Where as in...