blob: 67f0437419d0148f147898524fcdf565d006cea5 [file] [log] [blame]
{
"type": "object",
"title": "mastership",
"required": [
"deviceId",
"nodeId",
"mastershipRole"
],
"properties": {
"deviceId": {
"type": "string",
"example": "of:0000000000000001"
},
"nodeId": {
"type": "string",
"example": "1"
},
"mastershipRole": {
"type": "string",
"example": "MASTER"
}
}
}