commit | a4aebdc67827d125a4e74c94631d750253f0dfb7 | [log] [tgz] |
---|---|---|
author | Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> | Wed May 15 16:23:54 2024 +0800 |
committer | DelphineCCChiu <Delphine_CC_Chiu@wiwynn.com> | Thu May 16 01:01:43 2024 +0000 |
tree | 3d17d06e67dd5245e480c5bfa4acb5c6692d3395 | |
parent | 513976bed89432f4c24a40c7ba768f023dc280cd [diff] [blame] |
schemas: Add SparePartNumber property This commit adds property `SparePartNumber` under under interface `xyz.openbmc_project.Inventory.Decorator.Asset` as described in [1]. [1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml Change-Id: Id3c70edf0939404a25fd218190a044e1768a0ae0 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
diff --git a/schemas/openbmc-dbus.json b/schemas/openbmc-dbus.json index aa586a7..0b87b61 100644 --- a/schemas/openbmc-dbus.json +++ b/schemas/openbmc-dbus.json
@@ -9,6 +9,9 @@ "Asset": { "additionalProperties": false, "properties": { + "SparePartNumber": { + "type": "string" + }, "Manufacturer": { "type": "string" },