Brad Bishop | 902c01f | 2016-11-01 11:20:00 -0500 | [diff] [blame] | 1 | description: > |
| 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 Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 6 | 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 Bishop | 902c01f | 2016-11-01 11:20:00 -0500 | [diff] [blame] | 9 | properties: |
| 10 | - name: Endpoints |
Patrick Williams | b78a070 | 2022-10-24 12:32:56 -0500 | [diff] [blame] | 11 | type: array[object_path] |
Brad Bishop | 902c01f | 2016-11-01 11:20:00 -0500 | [diff] [blame] | 12 | description: > |
| 13 | An array of association endpoints. |