You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
At the moment of writing normalizing the subSubDocument is only possible by also normalizing the subDocument. Nested targets like subDocument.subSubDocument: 'subSub' are not yet supported.
The schema would support this as it is now but the denormalizer-module has to be adopted as well.
The text was updated successfully, but these errors were encountered:
Support more complex normalization. E.g. an object like this:
could be normalized to this:
by using this schema-configuration:
At the moment of writing normalizing the
subSubDocument
is only possible by also normalizing thesubDocument
. Nested targets likesubDocument.subSubDocument: 'subSub'
are not yet supported.The schema would support this as it is now but the denormalizer-module has to be adopted as well.
The text was updated successfully, but these errors were encountered: