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"
                                 },