1{
2    "commonInterfaces": {
3        "xyz.openbmc_project.Inventory.Decorator.Asset": {
4            "PartNumber": {
5                "recordName": "VINI",
6                "keywordName": "PN"
7            },
8            "SerialNumber": {
9                "recordName": "VINI",
10                "keywordName": "SN"
11            }
12        },
13        "xyz.openbmc_project.Inventory.Item": {
14            "PrettyName": {
15                "recordName": "VINI",
16                "keywordName": "DR"
17            }
18        }
19    },
20    "frus": {
21        "/sys/devices/path/to/motherboard/eeeprom": {
22            "inventoryPath": "/bus/path/for/motherboardfru",
23            "extraInterfaces": {
24                "xyz.openbmc_project.Inventory.Item.Board.Motherboard": null
25            }
26        },
27        "/sys/devices/path/to/bmc/eeprom": {
28            "inventoryPath": "/bus/path/for/bmcfru",
29            "isReplacable": true,
30            "driverType": "at24",
31            "devAddress": "8-0051",
32            "busType": "i2c",
33            "extraInterfaces": {
34                "xyz.openbmc_project.Inventory.Item.Bmc": null
35            }
36        }
37    }
38}
39