blob: e3d30680031c85c8823738118d4d0bdbd3573e57 [file] [log] [blame]
Laszlo Pappda059e72017-10-23 11:39:31 +01001{
2 "type": "object",
3 "title": "powerConfigSupported",
4 "required": [
5 "powerConfigSupported"
6 ],
7 "properties": {
8 "powerConfigSupported": {
9 "type": "boolean",
10 "example": true
11 }
12 }
13}