blob: f936bc01ccf4485b02fe52d84e108f3b87820d59 [file] [log] [blame]
Brad Bishop902c01f2016-11-01 11:20:00 -05001description: >
2 Implement to represent arbitrary associations between objects in the DBus
3 namespace.
4
5 An object implementing Association describes a one way, one to many
6 association where the parent object is associated to the objects
7 in the Endpoints property, with the association type defined as the name
8 of the object implementing Association.
9properties:
10 - name: Endpoints
Patrick Williamsb78a0702022-10-24 12:32:56 -050011 type: array[object_path]
Brad Bishop902c01f2016-11-01 11:20:00 -050012 description: >
13 An array of association endpoints.