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