schema.elasticsearch.create.index.tasklist-form.json Maven / Gradle / Ivy
{
"mappings": {
"dynamic": "strict",
"properties": {
"key": {
"type": "long"
},
"id": {
"type": "keyword"
},
"processDefinitionId": {
"type": "keyword"
},
"bpmnId": {
"type": "keyword"
},
"version": {
"type": "long"
},
"embedded": {
"type": "boolean"
},
"tenantId": {
"type": "keyword"
},
"isDeleted": {
"type": "boolean"
},
"schema": {
"type": "text",
"index": false
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy