blob: 80cdee823beb5453923075237350a1ed94ec9150 [file] [log] [blame]
Brad Bishop2660b692016-11-01 11:54:24 -05001description: >
2 This interface is used to tell the mapper to create
3 xyz.openbmc_project.Association interfaces on <this path>/forward and
4 endpoint/reverse.
5properties:
6 - name: Associations
7 type: array[struct[string,string,string]]
8 description: >
9 An array of forward, reverse, endpoint tuples where:
10 forward - The type of the association.
11 reverse - The type of the association to create for the endpoint.
12 endpoint - The association endpoint.