connections object
    Defines the device connections topology of a set of connected devices. The topology models the parent-child relationship among devices.
connections [rootDevice]{ path [bus] { <device> { path [bus] { <device> ... } ... } ... } ... }
| Property | Description | 
|---|---|
| rootDevice (required) | Device originating the connections tree. | 
| bus (required) | Defines the route from the originator device to each of the targets. | 
| device | Child device of a parent device connected through the upstream path. | 
Provide Feedback