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