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