Tasks: Add completed to the mapping

This commit is contained in:
Nik Everett 2016-06-22 12:34:59 -04:00
parent 6574243077
commit 6671c0cf09
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
"task" : { "task" : {
"dynamic" : "strict", "dynamic" : "strict",
"properties" : { "properties" : {
"completed": {
"type": "boolean"
},
"task" : { "task" : {
"properties": { "properties": {
"action": { "action": {