blob: a5dd95808fb5a273fe76f3018ac4d5627014a2a6 [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
Patrick Williamsa1347412022-12-06 10:56:22 -06006 association where the parent object is associated to the objects in the
7 Endpoints property, with the association type defined as the name of the
8 object implementing Association.
Brad Bishop902c01f2016-11-01 11:20:00 -05009properties:
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.