inventory: Pass multiple objects to notify

Allow multiple objects to be passed to the notify interface
in a single dbus method call.

Change-Id: Iffe97ba9468692ab26b803841072fddfaf6d282a
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 4f022f5..53ce1fd 100644
--- a/xyz/openbmc_project/Inventory/Manager.interface.yaml
+++ b/xyz/openbmc_project/Inventory/Manager.interface.yaml
@@ -11,14 +11,9 @@
           Signal the implementing service that an item is ready to have its
           state managed.
       parameters:
-        - name: path
-          type: path
-          description: >
-              The path of the item to be managed, relative to the inventory
-              namespace root.
         - name: object
-          type: dict[string,dict[string,variant[boolean,int64,string]]]
+          type: dict[path,dict[string,dict[string,variant[boolean,int64,string]]]]
           description: >
-              The fully enumerated item to be managed.
+              A dictionary of fully enumerated items to be managed.
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4