Charles Chan | 4e87b3e | 2018-06-19 20:31:57 -0700 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "xconnect-deletion", | ||||
4 | "required": [ | ||||
5 | "deviceId", | ||||
6 | "vlanId" | ||||
7 | ], | ||||
8 | "properties": { | ||||
9 | "deviceId": { | ||||
10 | "type": "string", | ||||
11 | "example": "of:0000000000000201", | ||||
12 | "description": "Device ID" | ||||
13 | }, | ||||
14 | "vlanId": { | ||||
15 | "type": "string", | ||||
16 | "example": "94", | ||||
17 | "description": "VLAN ID" | ||||
18 | } | ||||
19 | } | ||||
20 | } |