1description: > 2 Implement to provide entity manager configuration for the gpio based leak 3 detector. 4 5properties: 6 - name: Type 7 type: string 8 description: > 9 The type of configuration object. 10 flags: 11 - readonly 12 - name: Name 13 type: string 14 description: > 15 The name of the leak detector. 16 flags: 17 - readonly 18 - name: SubType 19 type: string 20 description: > 21 The type of leak detector from 22 https://redfish.dmtf.org/schemas/v1/LeakDetector.v1_2_0.json. 23 flags: 24 - readonly 25 - name: PinName 26 type: string 27 description: > 28 The GPIO pin name for the leak detector. 29 flags: 30 - readonly 31 - name: Polarity 32 type: string 33 description: > 34 The GPIO pin polarity depicting leak detector's active status. 35 flags: 36 - readonly 37 - name: Level 38 type: string 39 description: > 40 The severity level associated with the leak detector based on certain 41 attributes such as physical placement of detectors. 42 flags: 43 - readonly 44