blob: 858c49d64cf32eafcc7f81ce022807e32fad8440 [file] [log] [blame]
{
"type": "object",
"title": "vdev",
"required": [
"networkId",
"deviceId"
],
"properties": {
"networkId": {
"type": "String",
"example": "Network identifier"
},
"deviceId": {
"type": "String",
"example": "Device identifier"
}
}
}