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