-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.dev.json
79 lines (79 loc) · 3.3 KB
/
skill.dev.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
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
{
"skillManifest": {
"publishingInformation": {
"locales": {
"en-AU": {
"summary": "Earthquake info for New Zealanders",
"examplePhrases": [
"Alexa ask kiwi quakes if that was an earthquake",
"Alexa ask kiwi quakes if there were any quakes in the last six hours",
"Alexa tell kiwi quakes to check if there was an earthquake in the last five minutes"
],
"keywords": [
"earthquake",
"geographic",
"scientific",
"new",
"zealand"
],
"name": "draft kiwi quakes",
"description":
"New Zealanders often ask themselves: Was that an earthquake, a truck going past, or just the wind? Now you can ask Alexa! The skill lists strongest or most recent quakes, and can optionally use your location to tell you how far away they happened.\n\nData provided by geonet.org.nz"
},
"en-US": {
"summary": "Earthquake info for New Zealanders",
"examplePhrases": [
"Alexa ask kiwi quakes if that was an earthquake",
"Alexa ask kiwi quakes if there were any quakes in the last six hours",
"Alexa tell kiwi quakes to check if there was an earthquake in the last five minutes"
],
"keywords": [
"earthquake",
"geographic",
"scientific",
"new",
"zealand"
],
"name": "draft kiwi quakes",
"description":
"New Zealanders often ask themselves: Was that an earthquake, a truck going past, or just the wind? Now you can ask Alexa! The skill lists strongest or most recent quakes, and can optionally use your neighbourhood-level location to tell you how far away they happened.\n\nData provided by geonet.org.nz"
}
},
"isAvailableWorldwide": true,
"testingInstructions":
"Should come up with the latest quake (magnitude 3 or higher) from http://www.geonet.org.nz/earthquake/light. The underlying data (https://api.geonet.org.nz/) is in the public domain, and used according to the data policy outlined at http://www.geonet.org.nz/policy.\n\nThe app (optionally) uses relative location metrics (e.g. \"quake 53km away\"). The API is only monitoring New Zealand quakes, but since it can be used without a device location in New Zealand I'm offering it as a global skill. Try setting your address to city=Wellington and postcode=6011. If you need a street address, add '59 Clyde Street'",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"uri":
"arn:aws:lambda:us-east-1:500167713120:function:alexa-kiwiquakes-dev-skill"
}
}
},
"manifestVersion": "1.0",
"permissions": [
{
"name": "alexa:devices:all:address:country_and_postal_code:read"
}
],
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-AU": {
"termsOfUseUrl": "",
"privacyPolicyUrl": ""
},
"en-US": {
"termsOfUseUrl": "",
"privacyPolicyUrl": ""
}
},
"isExportCompliant": true,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}