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 and is allowed to 21 perform any manufacturing related activity 22 - name: ValidationUnsecure 23 description: > 24 Indicate that BMC is in validation mode, and can execute any 25 special validation related commands 26