1description: >
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 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.
23    - name: Model
24      type: string
25      description: >
26          The model of the item.
27    - name: SubModel
28      type: string
29      description: >
30          The Sub model of the item.
31      default: ""
32    - 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: ""
41