youjo-be/priv/es-mappings/user.json

19 lines
230 B
JSON
Raw Normal View History

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