-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitter.avsc
156 lines (156 loc) · 3.58 KB
/
twitter.avsc
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"type": "record",
"name": "twitter",
"fields": [
{
"name": "unixtime",
"type": "string",
"doc": "Type inferred from '\"1558397192515\"'"
},
{
"name": "msg",
"type": "string",
"doc": "Type inferred from '\"RT @dino_EveryTime: 190129 YOU MADE MY DAWN JACKET SHOOTING #??? #??\\n\\nhttps://t.co/T7P6QRgPF9 https://t.co/Mn5RYlIUo9\"'"
},
{
"name": "friends_count",
"type": "string",
"doc": "Type inferred from '\"1540\"'"
},
{
"name": "hashtags",
"type": "string",
"doc": "Type inferred from '\"[\\\"???\\\",\\\"??\\\"]\"'"
},
{
"name": "tweet_id",
"type": "string",
"doc": "Type inferred from '\"1130625888612171782\"'"
},
{
"name": "listed_count",
"type": "string",
"doc": "Type inferred from '\"1\"'"
},
{
"name": "user_name",
"type": "string",
"doc": "Type inferred from '\"sophie?eunseo??\"'"
},
{
"name": "favourites_count",
"type": "string",
"doc": "Type inferred from '\"31571\"'"
},
{
"name": "language",
"type": "string",
"doc": "Type inferred from '\"en\"'"
},
{
"name": "source",
"type": "string",
"doc": "Type inferred from '\"<a href=\\\"http://twitter.com/download/iphone\\\" rel=\\\"nofollow\\\">Twitter for iPhone</a>\"'"
},
{
"name": "media_url",
"type": "string",
"doc": "Type inferred from '\"[\\\"http://pbs.twimg.com/tweet_video_thumb/DyLmMs7X4AIf6jX.jpg\\\"]\"'"
},
{
"name": "user_mentions_name",
"type": "string",
"doc": "Type inferred from '\"\"'"
},
{
"name": "retweet_count",
"type": "string",
"doc": "Type inferred from '\"0\"'"
},
{
"name": "geo",
"type": "string",
"doc": "Type inferred from '\"\"'"
},
{
"name": "urls",
"type": "string",
"doc": "Type inferred from '\"\"'"
},
{
"name": "user_url",
"type": "string",
"doc": "Type inferred from '\"https://youtu.be/kOHB85vDuow\"'"
},
{
"name": "place",
"type": "string",
"doc": "Type inferred from '\"\"'"
},
{
"name": "timestamp",
"type": "string",
"doc": "Type inferred from '\"1558397192515\"'"
},
{
"name": "coordinates",
"type": "string",
"doc": "Type inferred from '\"\"'"
},
{
"name": "profile_image_url",
"type": "string",
"doc": "Type inferred from '\"http://pbs.twimg.com/profile_images/1126811593742983173/dKwrexN__normal.jpg\"'"
},
{
"name": "handle",
"type": "string",
"doc": "Type inferred from '\"hayoungchans\"'"
},
{
"name": "time_zone",
"type": "string",
"doc": "Type inferred from '\"\"'"
},
{
"name": "ext_media",
"type": "string",
"doc": "Type inferred from '\"[\\\"http://pbs.twimg.com/tweet_video_thumb/DyLmMs7X4AIf6jX.jpg\\\"]\"'"
},
{
"name": "accessKey",
"type": "string",
"doc": "Type inferred from '\"{\\\"accessKey\\\":\\\"mcyp1ze1oigc6ls26d82thyursltz6mt\\\",\\\"request\\\":{\\\"sentence\\\":\\\"RT @dino_EveryTime: 190129 YOU MADE MY DAWN JACKET SHOOTING #??? #??https://t.co/T7P6QRgPF9 https://t.co/Mn5RYlIUo9\\\"}}\"'"
},
{
"name": "statuses_count",
"type": "string",
"doc": "Type inferred from '\"35061\"'"
},
{
"name": "followers_count",
"type": "string",
"doc": "Type inferred from '\"82\"'"
},
{
"name": "location",
"type": "string",
"doc": "Type inferred from '\"?\"'"
},
{
"name": "time",
"type": "string",
"doc": "Type inferred from '\"Tue May 21 00:06:32 +0000 2019\"'"
},
{
"name": "user_mentions",
"type": "string",
"doc": "Type inferred from '\"\"'"
},
{
"name": "user_description",
"type": "string",
"doc": "Type inferred from '\"#DINO??\"'"
}
]
}