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
Describe the bug
The uniqueness of resource objects (using type+id pairs) is not being enforced by Marshal or Unmarshal
Expected behavior
An error should be produced whenever two resource objects or resource linkages are referenced in a document, which have the same type+id pair.
Describe the bug
The uniqueness of resource objects (using type+id pairs) is not being enforced by
Marshal
orUnmarshal
Expected behavior
An error should be produced whenever two resource objects or resource linkages are referenced in a document, which have the same type+id pair.
Links
https://go.dev/play/p/UoFxKltVVI4
Additional context
N/A
The text was updated successfully, but these errors were encountered: