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
Copy file name to clipboardexpand all lines: versions/1.0.0.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ To update a primitive property value such as a string, the `target` expression s
107
107
108
108
Primitive-valued items of an array cannot be replaced or removed individually, only the complete array can be replaced.
109
109
110
-
The properties of the `update` object MUST be compatible with the target object referenced by the JSONPath key. When the Overlay document is applied, the properties in the `update` object replace properties in the target object with the same name and new properties are appended to the target object.
110
+
The properties of the `update` object MUST be compatible with the target object referenced by the JSONPath key. When the Overlay document is applied, the properties in the `update` object are recursively merged with the properties in the target object with the same names; new properties are added to the target object.
111
111
112
112
This object MAY be extended with [Specification Extensions](#specification-extensions).
0 commit comments