error inside the documentation to put the index mapping strict (#4639)

"dynamic": "strict" is not under the "properties" section but at the same level.

Signed-off-by: Alexandre Picard-Lemieux <alexandre.picardlemieux@gmail.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
Alexandre Picard-Lemieux 2023-08-03 16:51:52 -04:00 committed by GitHub
parent b70e377cad
commit 96a9ecc9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}