This repository has been archived by the owner on May 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
service_types.json
102 lines (102 loc) · 2.06 KB
/
service_types.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"service_types": {
"notif": {
"index": 3100,
"name": "Push notifications",
"description": "Push notification. Short data message. (WhatsApp, Twitter, Facebook Messenger, etc.)",
"proprietary": {
}
},
"sms": {
"index": 3200,
"name": "SMS / Short message service",
"description": "SMS (Including escalated Twitter messages)",
"proprietary": {
}
},
"email": {
"index": 3300,
"name": "Email",
"description": "Long messages",
"proprietary": {
}
},
"audio": {
"index": 3400,
"name": "Audio",
"description": "Streaming audio. (Spotify, Apple Music, Pandora, etc.)",
"proprietary": {
}
},
"video": {
"index": 3500,
"name": "Video",
"description": "Streaming video. (YouTube, Vimeo, Netflix, Hulu, etc.)",
"proprietary": {
}
},
"www-bl": {
"index": 3600,
"name": "Safe websites",
"description": "Safe websites",
"proprietary": {
}
},
"www": {
"index": 3700,
"name": "Websites",
"description": "Unfiltered websites",
"proprietary": {
}
},
"phone": {
"index": 3800,
"name": "Phone",
"description": "Talk to each other",
"proprietary": {
}
},
"news-intl": {
"index": 3900,
"name": "International news",
"description": "Breaking international news messages",
"proprietary": {
}
},
"news-ntl": {
"index": 4000,
"name": "National news",
"description": "Breaking national news messages",
"proprietary": {
}
},
"news-lcl": {
"index": 4100,
"name": "Local news",
"description": "Breaking local news messages",
"proprietary": {
}
},
"news-prs": {
"index": 4200,
"name": "Social media",
"description": "Breaking personal news messages / social media updates",
"proprietary": {
}
},
"game": {
"index": 4300,
"name": "Gaming",
"description": "Games with an online component and game networks",
"proprietary": {
}
},
"chat": {
"index": 4400,
"name": "Chat",
"description": "Quick, interactive conversations with mostly short messages",
"proprietary": {
}
}
}
}