All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.es.create.index.tasklist-process-instance.json Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha2
Show newest version
{
	"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