blob: 6ab1bde6ae895c619cca25b635af6823195b37e4 [file] [log] [blame]
{
"type": "object",
"title": "VirtualNetworks",
"required": [
"vnets"
],
"properties": {
"vnets": {
"type": "array",
"xml": {
"name": "vnets",
"wrapped": true
},
"items": {
"type": "object",
"title": "vnet",
"required": [
"networkId",
"tenantId"
],
"properties": {
"networkId": {
"type": "int64",
"description": "Network identifier",
"example": 3
},
"tenantId": {
"type": "String",
"description": "Tenant identifier",
"example": "Tenant123"
}
}
}
}
}
}