blob: 513997f5f8f9dd5d8e21fe59732f28c0080e7026 [file] [log] [blame]
{
"type": "object",
"title": "multicast-route-creation",
"required": [
"group",
"source"
],
"optional": [
"sources",
"sinks"
],
"properties": {
"group": {
"type": "string",
"example": "224.0.1.1",
"description": "Multicast Route Group IP Address"
},
"source": {
"type": "string",
"example": "10.0.1.1",
"description": "Multicast Route Source IP Address"
},
"sources": {
"type": "array",
"xml": {
"name": "sources",
"wrapped": true
},
"items": {
"type": "string",
"example": "00:CC:00:00:00:02/None",
"description": "A host source for the route"
},
"description": "Host source for the route"
},
"sinks": {
"type": "array",
"xml": {
"name": "sinks",
"wrapped": true
},
"items": {
"type": "string",
"example": "00:CC:00:00:00:01/None",
"description": "A host sink for the route"
},
"description": "Host sinks for the route"
}
}
}