blob: fcd5f66110b60c84ed636db6e748cd0196b89283 [file] [log] [blame]
{
"type": "object",
"title": "xconnect-deletion",
"required": [
"deviceId",
"vlanId"
],
"properties": {
"deviceId": {
"type": "string",
"example": "of:0000000000000201",
"description": "Device ID"
},
"vlanId": {
"type": "string",
"example": "94",
"description": "VLAN ID"
}
}
}