},
"name": {
"type": "string"
},
"usesSt2022-7": {
"description": "Enable
seamless protection switching for this stream.",
"type": ["boolean", "null"],
"default": true
},
"deviceIPs": {
"type": ["array", "null"],
"minItems": 1,
"maxItems": 2,
"items": {
"type": "string",
"format": "ipv4"
}
},
"multicastIPs": {
"type": ["array", "null"],
"minItems": 1,
"maxItems": 2,
"items": {
"type": "string",
"format": "ipv4"
}
},
"multicastPorts": {
"type": ["array", "null"],
"minItems": 1,
"maxItems": 2,
"items": {
"type": "integer",
"minimum": 1,
"maximum": 65535
}
},
"channels": {