Remove a trailing comma from an example data of JSON
This commit is contained in:
parent
c7112bd866
commit
d7baeb1e7b
|
@ -78,7 +78,7 @@ curl -XGET localhost:9200/shirts/_search -d '
|
||||||
},
|
},
|
||||||
"aggs": {
|
"aggs": {
|
||||||
"colors": {
|
"colors": {
|
||||||
"terms": { "field": "color" }, <2>
|
"terms": { "field": "color" } <2>
|
||||||
},
|
},
|
||||||
"color_red": {
|
"color_red": {
|
||||||
"filter": {
|
"filter": {
|
||||||
|
|
Loading…
Reference in New Issue