schema.os.create.index.tasklist-web-session.json Maven / Gradle / Ivy
{
"mappings": {
"dynamic": "true",
"properties": {
"id": {
"type": "keyword"
},
"creationTime": {
"type": "long"
},
"lastAccessedTime": {
"type": "long"
},
"maxInactiveIntervalInSeconds": {
"type": "integer"
},
"attributes": {
"type": "object"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy