-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
39 lines (39 loc) · 820 Bytes
/
skill.json
File metadata and controls
39 lines (39 loc) · 820 Bytes
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
{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:645834619574:function:2e934c60-30b3-434f-84e7-5c11b561113f:Release_0"
},
"interfaces": []
}
},
"permissions": [
{
"name": "alexa:devices:all:address:country_and_postal_code:read"
},
{
"name": "alexa::profile:name:read"
},
{
"name": "alexa::profile:email:read"
},
{
"name": "alexa::profile:mobile_number:read"
},
{
"name": "alexa::alerts:reminders:skill:readwrite"
},
{
"name": "alexa::devices:all:geolocation:read"
}
],
"publishingInformation": {
"locales": {
"en-US": {
"name": "MedReminder"
}
}
}
}
}