-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsimple-feed-example.json
More file actions
86 lines (86 loc) · 1.99 KB
/
simple-feed-example.json
File metadata and controls
86 lines (86 loc) · 1.99 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"version": "1",
"defaultLanguage": "en",
"defaultAvailabilityCountries": [
"us",
"mx"
],
"assets": [
{
"id": "shortform-voice-control",
"type": "shortForm",
"titles": [
{
"value": "Voice Features",
"language": "en"
},
{
"value": "Funciones de Voz",
"languages": ["es"]
}
],
"shortDescriptions": [
{
"value": "A video highlighting Direct to Play and Enhanced Voice Control features",
"languages": ["en"]
},
{
"value": "Un video que destaca las funciones Direct to Play y Enhanced Voice Control",
"languages": ["es"]
}
],
"longDescriptions": [
{
"value": "A video highlighting Direct to Play and Enhanced Voice Control features on Roku",
"languages": ["en"]
},
{
"value": "Un video que destaca las funciones Direct to Play y Enhanced Voice Control en Roku",
"languages": ["es"]
}
],
"releaseDate": "2020-01-17",
"genres": [
"educational"
],
"advisoryRatings": [
{
"source": "USA_PR",
"value": "TVG"
},
{
"source": "RTC",
"value": "A"
}
],
"images": [
{
"type": "main",
"url": "https://images.sr.roku.com/test/simple-shortform.png",
"languages": [
"en",
"es"
]
}
],
"durationInSeconds": 98,
"content": {
"playOptions": [
{
"license": "free",
"quality": "uhd",
"playId": "shortform-voice-control",
"availabilityStartTimeStamp": 1565085600000,
"availabilityEndTimeStamp": 2524546800000,
"availabilityInfo": {
"country": [
"us",
"mx"
]
}
}
]
}
}
]
}