akkoma/priv/es-mappings/user.json

15 lines
162 B
JSON
Raw Normal View History

2021-12-13 20:15:17 +00:00
{
"properties": {
"instance": {
"type": "keyword"
},
"nickname": {
"type": "text"
},
"bio": {
"type": "text"
}
}
}