1{
2    "record_details": {
3        "fru_record_type": 1,
4        "fru_encoding_type": 1,
5        "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Cpu"
6    },
7    "fru_fields": [
8        {
9            "fru_field_type": 3,
10            "dbus": {
11                "interface": "xyz.openbmc_project.Inventory.Decorator.Asset",
12                "property_name": "PartNumber",
13                "property_type": "string"
14            }
15        },
16        {
17            "fru_field_type": 4,
18            "dbus": {
19                "interface": "xyz.openbmc_project.Inventory.Decorator.Asset",
20                "property_name": "SerialNumber",
21                "property_type": "string"
22            }
23        }
24    ]
25}
26