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
In the flattening routine, there is one other possible validation issue (which can be identified in the first pass). For example, if in one release an additional field is set to an array or object, and in another release it is set to a literal (string, number, boolean, null), then there will be a conflict in terms of how to flatten that data.
The text was updated successfully, but these errors were encountered:
In the flattening routine, there is one other possible validation issue (which can be identified in the first pass). For example, if in one release an additional field is set to an array or object, and in another release it is set to a literal (string, number, boolean, null), then there will be a conflict in terms of how to flatten that data.
The text was updated successfully, but these errors were encountered: