Open WeekendMan opened 5 years ago
The code below gives object type on Swagger page for model details. Adding explicit "type" to @ApiModelProperty doesn't change anything. V 1.0.1 + Express + Inversify from your example.
@ApiModelProperty({ description: 'User birthday' }) public readonly birthday: string | null;
The code below gives object type on Swagger page for model details. Adding explicit "type" to @ApiModelProperty doesn't change anything. V 1.0.1 + Express + Inversify from your example.