akkoma/priv/es-mappings/user.json

19 lines
230 B
JSON
Raw Normal View History

2021-12-13 20:15:17 +00:00
{
"properties": {
2021-12-13 20:27:35 +00:00
"timestamp": {
"type": "date",
"index": true
},
2021-12-13 20:15:17 +00:00
"instance": {
"type": "keyword"
},
"nickname": {
"type": "text"
},
"bio": {
"type": "text"
}
}
}