1description: >
2    An interface which contains a D-Bus object path.
3
4    This may be used along with other interfaces when a particular D-Bus object
5    needs to show information about another object and using associations is not
6    possible.
7
8properties:
9    - name: Path
10      type: string
11      description: >
12          The object path of a D-Bus object.
13