blob: 858c49d64cf32eafcc7f81ce022807e32fad8440 [file] [log] [blame]
Claudine Chiufb8b8162016-04-01 23:50:51 +00001{
2 "type": "object",
3 "title": "vdev",
4 "required": [
5 "networkId",
6 "deviceId"
7 ],
8 "properties": {
9 "networkId": {
10 "type": "String",
11 "example": "Network identifier"
12 },
13 "deviceId": {
14 "type": "String",
15 "example": "Device identifier"
16 }
17 }
18}