diff --git a/internal/route/route.go b/internal/route/route.go index fe81a325..5aeae625 100644 --- a/internal/route/route.go +++ b/internal/route/route.go @@ -53,7 +53,7 @@ type ( Idlewatcher *types.IdlewatcherConfig `json:"idlewatcher,omitempty" extensions:"x-nullable"` HealthMon types.HealthMonitor `json:"health,omitempty" swaggerignore:"true"` // for swagger - HealthJSON *types.HealthJSON `form:"health"` + HealthJSON *types.HealthJSON `json:"-" form:"health"` Metadata `deserialize:"-"` }