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