diff --git a/_field-types/supported-field-types/nested.md b/_field-types/supported-field-types/nested.md index 93214d7e..d61ccd53 100644 --- a/_field-types/supported-field-types/nested.md +++ b/_field-types/supported-field-types/nested.md @@ -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] } ```