blob: fcd5f66110b60c84ed636db6e748cd0196b89283 [file] [log] [blame]
Charles Chanc7b3c452018-06-19 20:31:57 -07001{
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}