Claudine Chiu | 1decd53 | 2016-04-19 18:30:01 +0000 | [diff] [blame] | 1 | { |
| 2 | "type": "object", |
| 3 | "title": "VirtualDevices", |
| 4 | "required": [ |
| 5 | "devices" |
| 6 | ], |
| 7 | "properties": { |
| 8 | "devices": { |
| 9 | "type": "array", |
| 10 | "xml": { |
| 11 | "name": "devices", |
| 12 | "wrapped": true |
| 13 | }, |
| 14 | "items": { |
| 15 | "type": "object", |
| 16 | "title": "vdev", |
| 17 | "required": [ |
| 18 | "networkId", |
| 19 | "deviceId" |
| 20 | ], |
| 21 | "properties": { |
| 22 | "networkId": { |
| 23 | "type": "int64", |
| 24 | "description": "Network identifier", |
| 25 | "example": 3 |
| 26 | }, |
| 27 | "deviceId": { |
| 28 | "type": "String", |
| 29 | "description": "Device identifier", |
| 30 | "example": "of:0000000000000042" |
| 31 | } |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 | } |