summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml
blob: d105dd34409c8607013a611cace0ffc271365351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
description: >
    Implement to provide item physical asset attributes.
properties:
    - name: PartNumber
      type: string
      description: >
          The item part number, typically a stocking number.
    - name: SerialNumber
      type: string
      description: >
          The item serial number.
    - name: Manufacturer
      type: string
      description: >
          The item manufacturer.
    - name: BuildDate
      type: string
      description: >
          The date of item manufacture in
          YYYYMMDD format.
    - name: Model
      type: string
      description: >
          The model of the item.

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