[Docs] Fix missing comma in mapping
This commit is contained in:
parent
bf0387e0bc
commit
da27c2104a
|
@ -14,7 +14,7 @@ price for the product. The mapping could look like:
|
|||
"product" : {
|
||||
"properties" : {
|
||||
"resellers" : { <1>
|
||||
"type" : "nested"
|
||||
"type" : "nested",
|
||||
"properties" : {
|
||||
"name" : { "type" : "string" },
|
||||
"price" : { "type" : "double" }
|
||||
|
|
Loading…
Reference in New Issue