{ | |
"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" | |
} | |
} | |
} |