Merge remote-tracking branch 'origin/patch/readd-mastofe' into develop
[akkoma] / priv / es-mappings / activity.json
1 {
2 "properties": {
3 "_timestamp": {
4 "type": "date",
5 "index": true
6 },
7 "instance": {
8 "type": "keyword"
9 },
10 "content": {
11 "type": "text"
12 },
13 "hashtags": {
14 "type": "keyword"
15 },
16 "user": {
17 "type": "text"
18 }
19 }
20 }
21