-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
35 lines (35 loc) · 924 Bytes
/
skill.json
File metadata and controls
35 lines (35 loc) · 924 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "A sample skill to learn the Device Location API.",
"examplePhrases": [
"Alexa open device location skill",
"Alexa ask device location here am i",
"Alexa ask device location whats my location"
],
"name": "Device Location",
"description": "Create a skill to access your device location."
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
}
}
},
"manifestVersion": "1.0",
"permissions": [
{
"name": "alexa::devices:all:geolocation:read"
}
]
}
}