Merge pull request 'Manually define PATH for Arch Linux users in systemd unit' (...
[akkoma] / priv / es-mappings / activity.json
1 {
2 "mappings": {
3 "properties": {
4 "_timestamp": {
5 "type": "date",
6 "index": true
7 },
8 "instance": {
9 "type": "keyword"
10 },
11 "content": {
12 "type": "text"
13 },
14 "hashtags": {
15 "type": "keyword"
16 },
17 "user": {
18 "type": "text"
19 }
20 }
21 }
22 }
23