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