blob: d105dd34409c8607013a611cace0ffc271365351 [file] [log] [blame]
Deepak Kodihalli1542bae2016-11-09 05:23:39 -06001description: >
2 Implement to provide item physical asset attributes.
3properties:
4 - name: PartNumber
5 type: string
6 description: >
7 The item part number, typically a stocking number.
8 - name: SerialNumber
9 type: string
10 description: >
11 The item serial number.
12 - name: Manufacturer
13 type: string
14 description: >
15 The item manufacturer.
16 - name: BuildDate
17 type: string
18 description: >
19 The date of item manufacture in
20 YYYYMMDD format.
21 - name: Model
22 type: string
23 description: >
24 The model of the item.
25
26# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4