diff --git a/internal/osbuild2/device.go b/internal/osbuild2/device.go index b6f870b8e..a9090369b 100644 --- a/internal/osbuild2/device.go +++ b/internal/osbuild2/device.go @@ -4,6 +4,7 @@ type Devices map[string]Device type Device struct { Type string `json:"type"` + Parent string `json:"parent,omitempty"` Options DeviceOptions `json:"options,omitempty"` }