mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 18:17:55 +00:00
19 lines
230 B
JSON
19 lines
230 B
JSON
{
|
|
"properties": {
|
|
"timestamp": {
|
|
"type": "date",
|
|
"index": true
|
|
},
|
|
"instance": {
|
|
"type": "keyword"
|
|
},
|
|
"nickname": {
|
|
"type": "text"
|
|
},
|
|
"bio": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|
|
|