inventory: Add bool to allowed property types

Allow inventory interfaces to use booleans.

Change-Id: Ic5a2d9e646c1db5e9c76711eb8b0bdaa5a86459d
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/xyz/openbmc_project/Inventory/Manager.interface.yaml b/xyz/openbmc_project/Inventory/Manager.interface.yaml
index 6b894e1..4f022f5 100644
--- a/xyz/openbmc_project/Inventory/Manager.interface.yaml
+++ b/xyz/openbmc_project/Inventory/Manager.interface.yaml
@@ -17,7 +17,7 @@
               The path of the item to be managed, relative to the inventory
               namespace root.
         - name: object
-          type: dict[string,dict[string,variant[int64,string]]]
+          type: dict[string,dict[string,variant[boolean,int64,string]]]
           description: >
               The fully enumerated item to be managed.