-
Notifications
You must be signed in to change notification settings - Fork 28
/
oracle-type-mapping.json
81 lines (81 loc) · 1.69 KB
/
oracle-type-mapping.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
80
81
{
"writer": [
"quotes author",
"smartnews author"
],
"musician": [
"media-source artist",
"media-source get artist from library"
],
"actor": [
"themoviedb actor"
],
"album": [
"media-source album",
"media-source get album from library"
],
"genre": [
"media-source genres"
],
"song": [
"media-source song",
"media-source playable",
"media-source get currently playing",
"media-source get song from library",
"spotify song"
],
"film": [
"themoviedb movie"
],
"cuisine": [
"yelp restaurant cuisine"
],
"restaurant": [
"yelp restaurant"
],
"location": [
"location"
],
"dog breed": [
"thedogapi dog"
],
"show": [
"media-source show",
"tunein show",
"media-source get show from library"
],
"time zone": [
"timezone"
],
"language": [
"iso lang code"
],
"association football player": [
"goal smart soccer player",
"goal smart player"
],
"association football manager": [
"goal smart soccer coach"
],
"association football team": [
"goal smart soccer team"
],
"association football league": [
"goal smart soccer league",
"goal smart trophy"
],
"association football venue": [
"goal smart venue"
],
"online newspaper": [
"smartnews source"
],
"radio station": [
"tunein station",
"tunein most popular stations",
"tunein local stations"
],
"application": [
"freedesktop app id"
]
}