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

schema.elasticsearch.create.template.operate-variable.json Maven / Gradle / Ivy

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"partitionId": {
				"type": "integer"
			},
			"name": {
				"type": "keyword"
			},
			"scopeKey": {
				"type": "long"
			},
			"processInstanceKey": {
				"type": "long"
			},
			"processDefinitionKey": {
				"type": "long"
			},
			"bpmnProcessId": {
				"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"
      },
      "position": {
        "type": "long"
      }
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy