mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Docs: Update object-type.asciidoc to make object type more explicit
Closes #7646
This commit is contained in:
parent
39ff60e1fd
commit
66cd3ad17e
@ -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"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user