Add support for byte array as a property type

It is useful for the PIM to hold byte array type properties.
like in some cases, data to write to the d-bus is of array of bytes type.
One of that case is vpd Parser where D-bus method "Notify" gets called
for byte array type.

Change-Id: Ib32487d91a18df4383800a4b668a342e440cbc9b
Signed-off-by: Alpana Kumari <alpankum@in.ibm.com>
diff --git a/xyz/openbmc_project/Inventory/Manager.interface.yaml b/xyz/openbmc_project/Inventory/Manager.interface.yaml
index 53ce1fd..a02848f 100644
--- a/xyz/openbmc_project/Inventory/Manager.interface.yaml
+++ b/xyz/openbmc_project/Inventory/Manager.interface.yaml
@@ -12,7 +12,7 @@
           state managed.
       parameters:
         - name: object
-          type: dict[path,dict[string,dict[string,variant[boolean,int64,string]]]]
+          type: dict[path,dict[string,dict[string,variant[boolean,int64,string,array[byte]]]]]
           description: >
               A dictionary of fully enumerated items to be managed.