[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" : {
|
"product" : {
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"resellers" : { <1>
|
"resellers" : { <1>
|
||||||
"type" : "nested"
|
"type" : "nested",
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"name" : { "type" : "string" },
|
"name" : { "type" : "string" },
|
||||||
"price" : { "type" : "double" }
|
"price" : { "type" : "double" }
|
||||||
|
|
Loading…
Reference in New Issue