commit | 18a81fb8e10b2b61049eb639b5a4b090299c3526 | [log] [tgz] |
---|---|---|
author | Sean He <sean.he.wiwynn@gmail.com> | Thu Dec 05 17:51:57 2024 +0800 |
committer | Sean He <sean.he.wiwynn@gmail.com> | Fri Dec 06 01:46:37 2024 +0000 |
tree | 55f27bda825132c99cd39cb414e39ed6d49b546d | |
parent | bbf8ff6f0785a613c0636de22556d5be30e13ba6 [diff] [blame] |
schemas: modify the property name of chassis types Modify the property name so that it matches the one defined in phosphor-dbus-interfaces. [1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml Change-Id: I1dcef0b11bd3cb6bc0fab141da5e85722647289a Signed-off-by: Sean He <sean.he.wiwynn@gmail.com>
diff --git a/schemas/openbmc-dbus.json b/schemas/openbmc-dbus.json index bc9a988..12c974b 100644 --- a/schemas/openbmc-dbus.json +++ b/schemas/openbmc-dbus.json
@@ -132,7 +132,7 @@ "Chassis": { "additionalProperties": false, "properties": { - "ChassisType": { + "Type": { "type": "string" } },