Iurii

Results 5 comments of Iurii

Please see [#89](https://github.com/swaggo/gin-swagger/issues/89). Here is an example: ```go func main() { r := gin.New() r.GET("/swagger/*any", func(context *gin.Context) { docs.SwaggerInfo.Host = context.Request.Host ginSwagger.CustomWrapHandler(&ginSwagger.Config{URL: "/swagger/doc.json"}, swaggerFiles.Handler)(context) }) r.Run(":8080") } ```

> I might be misunderstanding, but the schema for ListValue is based on the [defined JSON representation](https://github.com/protocolbuffers/protobuf/blob/dd4ffc65cc78347b2c6a15828f1a0edb129a44d0/src/google/protobuf/struct.proto#L91), which states that it is a JSON array. Theoretically, it could be an...

> @skunkie recently I made it possible to specify format of items > > #3403 Does it make sense for uuid format only?

@johanbrandhorst, @far4599 any updates or comments?

This is a really needed change