Configuration.flexibleSync(user, [
...,
DocumentObject.schema,
]);
DocumentObject.schema
You forgot to add the embedded object schema in the Configuration.
Configuration.flexibleSync(user, [
...,
DocumentObject.schema,
]);
DocumentObject.schema
You forgot to add the embedded object schema in the Configuration.