blob: 8d2099f75f287db3fe0c71f5ebc599261604f0e6 [file] [log] [blame]
{
"type": "object",
"title": "xconnect-creation",
"required": [
"deviceId",
"vlanId",
"ports"
],
"properties": {
"deviceId": {
"type": "string",
"example": "of:0000000000000201",
"description": "Device ID"
},
"vlanId": {
"type": "string",
"example": "94",
"description": "VLAN ID"
},
"ports": {
"type": "array",
"items": {
"type": "int8",
"description": "Port number"
},
"example": [1, 2]
}
}
}