summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/Item/Asset.interface.yaml
blob: 96f183739803ae2e51d8c5edab80fbe4de247fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description: >
    Implement to provide item physical asset attributes.
properties:
    - name: PartNumber
      type: s
      description: >
          The item part number.
    - name: SerialNumber
      type: s
      description: >
          The item serial number.
    - name: Manufacturer
      type: s
      description: >
          The item manufacturer.

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud