1# path 2 3## Description 4 5The relative path under inventory where the fan's inventory object exists on 6D-Bus. Inventory's base path is `/xyz/openbmc_project/inventory` resulting in 7the fan's inventory object path being the base path plus what's given here. 8i.e.) `/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0` 9 10## Attribute Value(s) 11 12string 13 14## Example 15 16```json 17[ 18 { 19 "name": "fan0", 20 "path": "/system/chassis/motherboard/fan0", 21 "methods": [ 22 { 23 "type": "tach", 24 "sensors": ["fan0_0"] 25 } 26 ], 27 "rpolicy": { 28 "type": "anyof" 29 } 30 } 31] 32``` 33