blob: 61e407190578419974ce160fed137cc62af7ce85 [file] [log] [blame]
{
"type": "object",
"title": "VirtualDevices",
"required": [
"devices"
],
"properties": {
"devices": {
"type": "array",
"xml": {
"name": "devices",
"wrapped": true
},
"items": {
"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"
}
}
}
}
}
}