forked from AkkomaGang/akkoma
18 lines
230 B
JSON
18 lines
230 B
JSON
{
|
|
"properties": {
|
|
"timestamp": {
|
|
"type": "date",
|
|
"index": true
|
|
},
|
|
"instance": {
|
|
"type": "keyword"
|
|
},
|
|
"nickname": {
|
|
"type": "text"
|
|
},
|
|
"bio": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|
|
|