forked from loklak/loklak_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccounts.json
28 lines (28 loc) · 890 Bytes
/
accounts.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
{
"properties":{
"timestamp":{
"type":"date", "format":"dateOptionalTime", "include_in_all":"false", "index":"not_analyzed"
},
"screen_name":{
"type":"string", "include_in_all":"false", "index":"not_analyzed"
},
"source_type":{
"type":"string", "include_in_all":"false", "index":"not_analyzed"
},
"authentication_first":{
"type":"date", "format":"dateOptionalTime", "include_in_all":"false", "index":"not_analyzed"
},
"authentication_latest":{
"type":"date", "format":"dateOptionalTime", "include_in_all":"false", "index":"not_analyzed"
},
"oauth_token":{
"type":"string", "include_in_all":"false", "index":"not_analyzed"
},
"oauth_token_secret":{
"type":"string", "include_in_all":"false", "index":"not_analyzed"
},
"apps":{
"type":"object", "include_in_all":"false"
}
}
}