blob: 5db5c000e5de7b7b4f45bed1487abaf5a12a465e [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: >
Patrick Williamsfeeacfe2020-07-07 16:32:55 -050019 The date of item manufacture in ISO 8601 format, either as
20 YYYYMMDD or YYYYMMDDThhmmssZ. Where 'T' is a literal character
21 to separate date fields from time and 'Z' is a literal character
22 to indicate UTC.
Deepak Kodihalli1542bae2016-11-09 05:23:39 -060023 - name: Model
24 type: string
25 description: >
26 The model of the item.
SunnySrivastava1984ff4702a2020-06-29 09:36:43 -050027 - name: SubModel
28 type: string
29 description: >
30 The Sub model of the item.
31 default: ""
SunnySrivastava198468d33222020-05-12 02:14:05 -050032 - name: SparePartNumber
33 type: string
34 description: >
35 An alternative PartNumber used for field replacement of the
36 Asset.
37 A default value (empty string) indicates that the Asset has
38 no specific SparePartNumber and instead PartNumber should
39 be used in user interfaces.
40 default: ""