Docs: Update object-type.asciidoc to make object type more explicit

Closes #7646
This commit is contained in:
Clinton Gormley 2014-10-14 13:16:01 +02:00
parent 39ff60e1fd
commit 66cd3ad17e

View File

@ -43,6 +43,7 @@ The following is an example of explicit mapping for the above JSON:
"type" : "object",
"properties" : {
"name" : {
"type" : "object",
"properties" : {
"first_name" : {"type" : "string"},
"last_name" : {"type" : "string"}