diff --git a/libpod/define/info.go b/libpod/define/info.go index 559006e9ba..6734638bbd 100644 --- a/libpod/define/info.go +++ b/libpod/define/info.go @@ -6,6 +6,7 @@ import ( // Info is the overall struct that describes the host system // running libpod/podman +// swagger:model LibpodInfo type Info struct { Host *HostInfo `json:"host"` Store *StoreInfo `json:"store"`