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

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

{
	"mappings": {
		"dynamic": "strict",
		"properties": {
			"partitionId": {
				"type": "integer"
			},
			"name": {
				"type": "keyword"
			},
			"scopeFlowNodeId": {
				"type": "keyword"
			},
			"processInstanceId": {
				"type": "keyword"
			},
			"id": {
				"type": "keyword"
			},
			"value": {
				"type": "keyword",
				"ignore_above": 8191
			},
			"key": {
				"type": "long"
			},
			"fullValue": {
				"type": "keyword",
				"ignore_above": 8191
			},
			"isPreview": {
				"type": "boolean"
			},
			"tenantId": {
				"type": "keyword"
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy