We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88bcaf commit cae06b8Copy full SHA for cae06b8
docs/reference/elasticsearch/mapping-reference/object.md
@@ -11,7 +11,7 @@ JSON documents are hierarchical in nature: the document may contain inner object
11
12
```console
13
PUT my-index-000001/_doc/1
14
-{ <1>
+{ // <1>
15
"region": "US",
16
"manager": { <2>
17
"age": 30,
0 commit comments