package health // Health struct // @openapi:schema type Health struct { Alive bool `json:"alive"` Version string `json:"version"` }