1{
2    "Bus": "$bus",
3    "Exposes": [
4        {
5            "Address": "$address",
6            "Bus": "$bus",
7            "Name": "NVMe $index FRU",
8            "Type": "EEPROM"
9        },
10        {
11            "Address": "0x6a",
12            "Bus": "$bus",
13            "Name": "NVMe $index Temp",
14            "Type": "NVME1000"
15        }
16    ],
17    "Logging": "Off",
18    "Name": "NVMe $index",
19    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PART_NUMBER': '^Micron_7450_.*'})",
20    "Type": "NVMe",
21    "xyz.openbmc_project.Inventory.Decorator.Asset": {
22        "Manufacturer": "$PRODUCT_MANUFACTURER",
23        "Model": "7450",
24        "PartNumber": "$PRODUCT_PART_NUMBER",
25        "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
26    },
27    "xyz.openbmc_project.Inventory.Item.Chassis": {}
28}
29