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<pre><code> 17[ 18 { 19 "name": "fan0", 20 <b><i>"path": "/system/chassis/motherboard/fan0"</i></b>, 21 "methods": [ 22 { 23 "type": "tach", 24 "sensors": [ 25 "fan0_0" 26 ] 27 } 28 ], 29 "rpolicy": { 30 "type": "anyof" 31 }" 32 } 33] 34</code></pre> 35