Tasks: Add completed to the mapping
This commit is contained in:
parent
6574243077
commit
6671c0cf09
|
@ -2,6 +2,9 @@
|
|||
"task" : {
|
||||
"dynamic" : "strict",
|
||||
"properties" : {
|
||||
"completed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"task" : {
|
||||
"properties": {
|
||||
"action": {
|
||||
|
|
Loading…
Reference in New Issue