blob: 67f0437419d0148f147898524fcdf565d006cea5 [file] [log] [blame]
Jian Lif96d41f2016-05-03 09:49:12 -07001{
2 "type": "object",
3 "title": "mastership",
4 "required": [
5 "deviceId",
6 "nodeId",
7 "mastershipRole"
8 ],
9 "properties": {
10 "deviceId": {
11 "type": "string",
12 "example": "of:0000000000000001"
13 },
14 "nodeId": {
15 "type": "string",
16 "example": "1"
17 },
18 "mastershipRole": {
19 "type": "string",
20 "example": "MASTER"
21 }
22 }
23}