diff --git a/pkg/crawler/main.go b/pkg/crawler/main.go index 1f57b1e..fbd5e48 100644 --- a/pkg/crawler/main.go +++ b/pkg/crawler/main.go @@ -65,9 +65,9 @@ type Links struct { } type Power struct { - State string - Mode string - RestorePolicy string + State string `json:"state,omitempty"` + Mode string `json:"mode,omitempty"` + RestorePolicy string `json:"restore_policy"` } type InventoryDetail struct {