stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
204 stars 109 forks source link

Fix ComputerSystem USBControllers property #317

Closed stmcginnis closed 3 months ago

stmcginnis commented 3 months ago

This was incorrectly defined as a string. It's actually a link to a collection to get the associated USB devices, so parsing the object would fail on systems with USB present.