Closed
Description
Hello all,
I need to pass in @ApiModelProperty json example value. I look through code and i see in springfox.documentation.schema.ModelProperty that example is type String but in
io.swagger.models.properties.Property is used as example object. Is plan to fix it or any posibility to to override springfox.documentation.swagger2.mappers.ModelMapper to put object instead String.
Thanks David