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
// The value of the attributes key MUST be an object (an “attributes object”). Members of the attributes object (“attributes”) represent information about the resource object in which it’s defined.
4
+
// Attributes may contain any valid JSON value, including complex data structures involving JSON objects and arrays.
5
+
// Keys that reference related resources (e.g. author_id) SHOULD NOT appear as attributes. Instead, relationships SHOULD be used.
// > As noted above, every resource object MUST contain a type member.
4
+
// > Every resource object MUST also contain an id member, except when the resource object originates at the client and represents a new resource to be created on the server.
5
+
// > If id is omitted due to this exception, a lid member MAY be included to uniquely identify the resource by type locally within the document.
6
+
// > The value of the lid member MUST be identical for every representation of the resource in the document, including resource identifier objects.
0 commit comments