Schema source_audio.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{ },
{
"properties": {
"channels": {
"description": "Array of objects describing the audio channels",
"items": {
"properties": {
"label": {
"description": "Label for this channel (free text)",
"type": "string"
},
"symbol": {
"description": "Symbol for this channel (from VSF TR-03 Appendix A)",
"oneOf": [
{
"enum": [
"L",
"R",
"C",
"LFE",
"Ls",
"Rs",
"Lss",
"Rss",
"Lrs",
"Rrs",
"Lc",
"Rc",
"Cs",
"HI",
"VIN",
"M1",
"M2",
"Lt",
"Rt",
"Lst",
"Rst",
"S"
]
},