1{ 2 "xyz.openbmc_project.Inventory.Manager": { 3 "xyz.openbmc_project.Inventory.Decorator.Asset": { 4 "PartNumber": { 5 "defaultInterfaces": { 6 "com.ibm.ipzvpd.VINI": "PN" 7 } 8 }, 9 "SerialNumber": { 10 "pathsPair": { 11 "/xyz/openbmc_project/inventory/system": { 12 "destinationInventoryPath": [ 13 "/xyz/openbmc_project/inventory/system" 14 ], 15 "interfaces": { 16 "com.ibm.ipzvpd.VSYS": "SE" 17 } 18 } 19 }, 20 "defaultInterfaces": { 21 "com.ibm.ipzvpd.VINI": "SN" 22 } 23 }, 24 "Model": { 25 "pathsPair": { 26 "/xyz/openbmc_project/inventory/system": { 27 "destinationInventoryPath": [ 28 "/xyz/openbmc_project/inventory/system" 29 ], 30 "interfaces": { 31 "com.ibm.ipzvpd.VSYS": "TM" 32 } 33 } 34 }, 35 "defaultInterfaces": { 36 "com.ibm.ipzvpd.VINI": "CC" 37 } 38 }, 39 "SparePartNumber": { 40 "defaultInterfaces": { 41 "com.ibm.ipzvpd.VINI": "FN" 42 } 43 }, 44 "SubModel": { 45 "pathsPair": { 46 "/xyz/openbmc_project/inventory/system": { 47 "destinationInventoryPath": [ 48 "/xyz/openbmc_project/inventory/system" 49 ], 50 "interfaces": { 51 "com.ibm.ipzvpd.VSYS": "BR" 52 } 53 } 54 } 55 } 56 }, 57 "com.ibm.ipzvpd.VINI": { 58 "PN": { 59 "defaultInterfaces": { 60 "xyz.openbmc_project.Inventory.Decorator.Asset": "PartNumber" 61 } 62 }, 63 "SN": { 64 "defaultInterfaces": { 65 "xyz.openbmc_project.Inventory.Decorator.Asset": "SerialNumber" 66 } 67 }, 68 "CC": { 69 "defaultInterfaces": { 70 "xyz.openbmc_project.Inventory.Decorator.Asset": "Model" 71 } 72 }, 73 "FN": { 74 "defaultInterfaces": { 75 "xyz.openbmc_project.Inventory.Decorator.Asset": "SparePartNumber" 76 } 77 } 78 }, 79 "com.ibm.ipzvpd.VSYS": { 80 "SE": { 81 "pathsPair": { 82 "/xyz/openbmc_project/inventory/system": { 83 "destinationInventoryPath": [ 84 "/xyz/openbmc_project/inventory/system" 85 ], 86 "interfaces": { 87 "xyz.openbmc_project.Inventory.Decorator.Asset": "SerialNumber" 88 } 89 } 90 } 91 }, 92 "TM": { 93 "pathsPair": { 94 "/xyz/openbmc_project/inventory/system": { 95 "destinationInventoryPath": [ 96 "/xyz/openbmc_project/inventory/system" 97 ], 98 "interfaces": { 99 "xyz.openbmc_project.Inventory.Decorator.Asset": "Model" 100 } 101 } 102 } 103 }, 104 "BR": { 105 "pathsPair": { 106 "/xyz/openbmc_project/inventory/system": { 107 "destinationInventoryPath": [ 108 "/xyz/openbmc_project/inventory/system" 109 ], 110 "interfaces": { 111 "xyz.openbmc_project.Inventory.Decorator.Asset": "SubModel" 112 } 113 } 114 } 115 } 116 } 117 } 118} 119