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
Now that we have no default overrides, the version-patch has to add the
overrides field. According to yaml patch docs (that I found http://jsonpatch.com/#add) the Add Op
1) If the path includes an array index, the new value is added to the entity at the specified index
2) If the path doesn't exist, a new member is created
3) If the path does exist, the value is replaced
0 commit comments