akkoma/priv/es-mappings/user.json
2021-12-14 13:55:14 +00:00

15 lines
162 B
JSON

{
"properties": {
"instance": {
"type": "keyword"
},
"nickname": {
"type": "text"
},
"bio": {
"type": "text"
}
}
}