1description: >
2    Implement to represent the VSRC record in IPZ VPD
3properties:
4    - name: RT
5      type: array[byte]
6      description: >
7          RT keyword. Contains the record name.
8    - name: DR
9      type: array[byte]
10      description: >
11          DR keyword. FRU description.
12    - name: IN
13      type: array[byte]
14      description: >
15          IN keyword. FRU plug history data.
16
17