"S"
]
},
{
"pattern": "^NSC(00[1-9]|0[1-9][0-9]|1[0-1][0-9]|12[0-7])$",
"description": "Numbered Source Channel"
},
{
"pattern": "^U(0[1-9]|[1-5][0-9]|6[0-4])$",
"description": "Undefined channel"
}
]
}
}
}
}
},
"description": "List of IP audio routing
configurations per stream.",
"type": "object",
"properties": {
"audioStreams": {
"type": "array",
"minItems": 1,
"maxItems": 16,
"items": {
"$ref":
"#/definitions/audioStream"
}
}
},
"required": [
"audioStreams"
],
"additionalProperties": false
}