blob: c1f2649511ab10d23c5052a23631b335e042f76e [file] [log] [blame]
{
"dynamic_templates": [
{
"all": {
"match": "*",
"match_mapping_type": "string",
"mapping": {
"type": "text",
"analyzer": "folding",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
],
"properties": {
"metadata": {
"properties": {
"enabled": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"missingPlugins": {
"type": "boolean"
},
"readOnly": {
"type": "boolean"
}
}
},
"startEvent": {
"type": "object",
"enabled": false
},
"targetEvent": {
"type": "object",
"enabled": false
}
}
}