blob: 173e770591e7008aece1ff7cb379dd5af39f8d0f [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: ""