1description: > 2 Implement to provide software settings management. 3 4properties: 5 - name: WriteProtected 6 type: boolean 7 default: false 8 description: > 9 This property shall indicate whether the software image can be 10 overwritten, where a value `true` shall indicate that the software 11 cannot be altered or overwritten. 12