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