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