From 3b51bc714995cc6471d38668c75f7854ef4e374f Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 23 Nov 2016 04:40:46 -0600 Subject: Association: use proper sdbusplus type Change-Id: I1b61b82e60ff3e8eed518cfe0776a62ecbc1c95e Signed-off-by: Patrick Williams --- xyz/openbmc_project/Association.interface.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xyz/openbmc_project/Association.interface.yaml') diff --git a/xyz/openbmc_project/Association.interface.yaml b/xyz/openbmc_project/Association.interface.yaml index a7abb36..bbe373d 100644 --- a/xyz/openbmc_project/Association.interface.yaml +++ b/xyz/openbmc_project/Association.interface.yaml @@ -8,7 +8,7 @@ description: > of the object implementing Association. properties: - name: Endpoints - type: as # TODO should be ao + type: array[path] description: > An array of association endpoints. -- cgit v1.2.1