blob: ada054cc483e1d1b65d5c44ea1833af278fe62e6 [file] [log] [blame]
{
"type": "object",
"title": "vdev",
"required": [
"networkId",
"deviceId"
],
"properties": {
"networkId": {
"type": "int64",
"description": "Network identifier",
"example": 3
},
"deviceId": {
"type": "String",
"description": "Device identifier",
"example": "of:0000000000000042"
}
}
}