Skip to content

Commit

Permalink
error inside the documentation to put the index mapping strict (#4639)
Browse files Browse the repository at this point in the history
"dynamic": "strict" is not under the "properties" section but at the same level.

Signed-off-by: Alexandre Picard-Lemieux <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
  • Loading branch information
2 people authored and vagimeli committed Dec 20, 2023
1 parent 8f38e8a commit 06320f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api-reference/index-apis/put-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ You can make the document structure match the structure of the index mapping by

```json
{
"dynamic": "strict",
"properties":{
"dynamic": "strict",
"color":{
"type": "text"
}
Expand Down

0 comments on commit 06320f3

Please sign in to comment.