commit | 32a4c12901e32cb8fc9cc54967cc88f9a0574638 | [log] [tgz] |
---|---|---|
author | Yi-Shum <EasonChen1@quantatw.com> | Tue Apr 09 11:17:05 2024 +0800 |
committer | Yang Chen <yang.chen@quantatw.com> | Thu May 30 14:34:43 2024 +0000 |
tree | 08eda59efc5f49afc820afca5a3bd7f16c7abe68 | |
parent | 536665b0c94d154adba4a02d5d040315899ca884 [diff] |
schemas: Add BuildDate property This commit adds property `BuildDate` 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: Idde43c1d86967dc9beb67acf795429002d7e9bb8 Signed-off-by: Yi-Shum <EasonChen1@quantatw.com>
diff --git a/schemas/openbmc-dbus.json b/schemas/openbmc-dbus.json index 0b87b61..80005fb 100644 --- a/schemas/openbmc-dbus.json +++ b/schemas/openbmc-dbus.json
@@ -9,6 +9,9 @@ "Asset": { "additionalProperties": false, "properties": { + "BuildDate": { + "type": "string" + }, "SparePartNumber": { "type": "string" },