1{
2    "SystemProperties" : {
3        "pollInterval" : 1000,
4        "MinPowerSupplies" : 1,
5        "MaxPowerSupplies" : 2
6    },
7    "PowerSupplies": [
8        {
9            "Inventory" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
10            "Bus" : 3,
11            "Address" : "0068"
12        },
13        {
14            "Inventory" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1",
15            "Bus" : 3,
16            "Address" : "0069"
17        }
18    ]
19}
20