-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
51 lines (51 loc) · 1.91 KB
/
skill.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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Find out what movies or events are going on at Chicago Parks",
"examplePhrases": [
"Alexa, ask Chicago Parks what movies are playing this Friday",
"I want to see a movie on June 15th",
"Give me events starting October 30th"
],
"keywords": [
"chicago",
"park",
"movies",
"events",
"nature",
"sports",
"outdoors",
"run",
"bike"
],
"name": "Chicago Parks",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/578f/77fee298a5dc4eb4a56e1fa99a00d946/APP_ICON?versionId=kQ2Dk2P_z5lQYZ3IoLByJRQb7B7ypGEv&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1527179185&Signature=xYyQPDm3Kj4zm4UYvO9h%2FBD7ykQ%3D",
"description": "Get movies and events happening at Chicago Park District facilities on any given date. Data provided by the City of Chicago Data Portal.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/7aff/acdcc4668abb4b14b9acc1bb4f6ae85c/APP_ICON_LARGE?versionId=YBlA7u6aK0WXLzv3Jx1XA3WgPs.DtY8r&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1527179185&Signature=HjQhacmzlRWSf21nH39PbCxTAwo%3D"
}
},
"isAvailableWorldwide": true,
"testingInstructions": "No accounts or special hardware required. No permissions needed.",
"category": "EVENT_FINDERS",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
},
"interfaces": []
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}