-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.json
48 lines (24 loc) · 945 Bytes
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"content": [
{
"name": "MI3",
"preroll": [{ "name": "WB1" }],
"videos": [
{ "name": "V1", "attributes": {"countries": ["US", "CA"], "language":"English", "aspect": "16:9"} },
{ "name": "V2", "attributes": {"countries": ["UK"], "language": "English","aspect": "4:3"} },
{ "name": "V3", "attributes": {"countries": ["UK"], "language": "English","aspect": "16:9"} }
]
}
],
"preroll": [
{
"name": "WB1",
"videos": [
{ "name": "V4", "attributes": {"countries": ["US"], "language": "English","aspect": "4:3"} },
{ "name": "V5", "attributes": {"countries": ["CA"], "language": "English","aspect": "16:9"} },
{ "name": "V6", "attributes": {"countries": ["UK"], "language": "English","aspect": "4:3"} },
{ "name": "V7", "attributes": {"countries": ["UK"], "language": "English","aspect": "16:9"} }
]
}
]
}