1description: >
2    Implement to provide PowerSupply attributes.
3
4associations:
5    - name: powering
6      description: >
7          Objects that implement PowerSupply can optionally implement the
8          'powering' association to provide a link back to a Item.
9      reverse_name: powered_by
10      required_endpoint_interfaces:
11          - xyz.openbmc_project.Inventory.Item
12