mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 12:27:37 +00:00
Fix indent in example
Previously it would look like if `warnings` key is nested under `errors`.
This commit is contained in:
parent
2c87010487
commit
d48af9a155
@ -46,19 +46,18 @@ Response:
|
|||||||
"buckets" : {
|
"buckets" : {
|
||||||
"errors" : {
|
"errors" : {
|
||||||
"doc_count" : 34,
|
"doc_count" : 34,
|
||||||
"monthly" : {
|
"monthly" : {
|
||||||
"buckets" : [
|
"buckets" : [
|
||||||
... // the histogram monthly breakdown
|
... // the histogram monthly breakdown
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"warnings" : {
|
"warnings" : {
|
||||||
"doc_count" : 439,
|
"doc_count" : 439,
|
||||||
"monthly" : {
|
"monthly" : {
|
||||||
"buckets" : [
|
"buckets" : [
|
||||||
... // the histogram monthly breakdown
|
... // the histogram monthly breakdown
|
||||||
]
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user