-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
153 lines (153 loc) · 4.33 KB
/
skill.json
File metadata and controls
153 lines (153 loc) · 4.33 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Alexa Video Library Skill",
"customProductPrompts": {
"purchasePromptDescription": "A video skill",
"purchaseConfirmationDescription": "A video skill"
},
"examplePhrases": [
"Alexa open video skill",
"Alexa open video skill and show me video one",
"play video one"
],
"keywords": [
"E-learning"
],
"name": "Video Skill",
"description": "Video skill template"
}
},
"automaticDistribution": {
"isActive": false
},
"isAvailableWorldwide": false,
"testingInstructions": "The whole library is the product. Simply choose the video you would like to watch and ask to play. Ask Alexa to pause, unpause, or go back. Use the screen to find the the video you want or ask Alexa to scroll for you till you seen the video you like.\n\nYou may use the buttons to exit the skill and get an email with some useful Alexa routines that compliment our service. \n\nWe will be adding many more videos and updating the videos we currently have in the near future.",
"paidSkillInformation": {
"taxInformation": {
"category": "VIDEO"
},
"pricing": {
"amazon.com": [
{
"offerType": "SUBSCRIPTION",
"price": 0.99,
"subscriptionInformation": {
"subscriptionPaymentFrequency": "MONTHLY"
},
"currency": "USD"
}
]
}
},
"category": "HEALTH_AND_FITNESS",
"distributionMode": "PUBLIC",
"distributionCountries": [
"US"
]
},
"apis": {
"custom": {
"endpoint": {
"uri": "no peaking"
},
"interfaces": [
{
"supportedViewports": [
{
"minHeight": 540,
"mode": "TV",
"shape": "RECTANGLE",
"maxHeight": 540,
"minWidth": 960,
"maxWidth": 960
},
{
"minHeight": 600,
"mode": "HUB",
"shape": "RECTANGLE",
"maxHeight": 959,
"minWidth": 960,
"maxWidth": 1279
},
{
"minHeight": 600,
"mode": "HUB",
"shape": "RECTANGLE",
"maxHeight": 1279,
"minWidth": 1280,
"maxWidth": 1920
},
{
"minHeight": 320,
"mode": "MOBILE",
"shape": "RECTANGLE",
"maxHeight": 1920,
"minWidth": 960,
"maxWidth": 1279
},
{
"minHeight": 320,
"mode": "MOBILE",
"shape": "RECTANGLE",
"maxHeight": 1920,
"minWidth": 1280,
"maxWidth": 1920
},
{
"minHeight": 100,
"mode": "HUB",
"shape": "ROUND",
"maxHeight": 599,
"minWidth": 100,
"maxWidth": 599
},
{
"minHeight": 100,
"mode": "HUB",
"shape": "RECTANGLE",
"maxHeight": 599,
"minWidth": 960,
"maxWidth": 1279
}
],
"type": "ALEXA_PRESENTATION_APL"
}
],
"regions": {
"EU": {
"endpoint": {
"uri": "no peaking"
}
},
"NA": {
"endpoint": {
"uri": "no peaking"
}
},
"FE": {
"endpoint": {
"uri": "no peaking"
}
}
}
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": true,
"locales": {
"en-US": {
"termsOfUseUrl": "na",
"privacyPolicyUrl": "na"
}
},
"containsAds": false,
"isExportCompliant": true,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}