schema.es.create.index.tasklist-process-instance.json Maven / Gradle / Ivy
{
"mappings": {
"dynamic": "strict",
"properties": {
"partitionId": {
"type": "integer"
},
"id": {
"type": "keyword"
},
"key": {
"type": "long"
},
"endDate": {
"format": "date_time || epoch_millis",
"type": "date"
},
"state": {
"type": "keyword"
},
"tenantId": {
"type": "keyword"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy