geminibot/mapping.json

40 lines
715 B
JSON
Raw Normal View History

2024-07-15 16:36:55 +00:00
{
"mappings": {
"properties": {
"@timestamp": {
"type": "date"
},
"@version": {
"type": "text"
},
"user": {
"type": "keyword"
},
"role": {
"type": "keyword"
},
"parts": {
"type": "nested",
"properties": {
"text": {
"type": "text"
},
"inlineData": {
"type": "object",
"properties": {
"data": {
"type": "text"
},
"mimeType": {
"type": "keyword"
}
}
}
}
},
"timestamp": {
"type": "date"
}
}
}
}