There are many complex resources in oneM2M with nested attributes e.g. subscription, group etc.
If an UPDATE request is sent to update a nested attribute e.g. eventNotificationCriteria>missingData>number
of subscription
resource then all other existing eventNotificationCriteria (if present) should remain intact including duration
in missingData
and only number
should be updated.
Is this how the nested attribute UPDATE should be handled?