add "patients" before "smoker" (#4921)
Signed-off-by: sheltie <sheltie.fusafusa@gmail.com>
This commit is contained in:
parent
c88019e597
commit
f04a887a60
|
@ -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]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue