1description: >
2    Implement to specify a special mode of operation
3
4properties:
5    - name: SpecialMode
6      type: enum[self.Modes]
7      description: >
8          The special mode.
9
10enumerations:
11    - name: Modes
12      description: >
13        Possible modes available.
14      values:
15        - name: None
16          description: >
17            BMC is under normal working condition.
18        - name: Manufacturing
19          description: >
20            Indicate that BMC is in manufacturing mode
21            and is allowed to perform any manufacturing related
22            activity
23        - name: ValidationUnsecure
24          description: >
25            Indicate that BMC is in validation mode, and can
26            execute any special validation related commands
27