Skip to content

Commit

Permalink
add "patients" before "smoker" (#4921) (#4926)
Browse files Browse the repository at this point in the history
(cherry picked from commit f04a887)

Signed-off-by: sheltie <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 828a67a commit 0e3d158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _field-types/supported-field-types/nested.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ When these objects are stored, they are flattened, so their internal representat
{
"patients.name" : ["John Doe", "Mary Major"],
"patients.age" : [56, 85],
"smoker" : [true, false]
"patients.smoker" : [true, false]
}
```

Expand Down

0 comments on commit 0e3d158

Please sign in to comment.