Fixed: `type` in "indices.put_mapping" is not required

This commit is contained in:
Karel Minarik 2013-06-20 16:38:52 +02:00
parent c1d2ada564
commit a30fc0a37a
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
},
"type": {
"type" : "string",
"required": true,
"description" : "The name of the document type"
}
},