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