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
{{ message }}
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
That is, all the fields other than the JSON-API-defined keys (type, id, links) got moved under attributes. The JSON API spec did this to make sure that user-defined attributes don't conflict with new keys the spec might want to define (analogous to "links") in the future. But it mean's we've got to update our code here!
The text was updated successfully, but these errors were encountered:
Per the JSON API spec, we updated each event's json from being something like:
to being:
That is, all the fields other than the JSON-API-defined keys (type, id, links) got moved under attributes. The JSON API spec did this to make sure that user-defined attributes don't conflict with new keys the spec might want to define (analogous to
"links"
) in the future. But it mean's we've got to update our code here!The text was updated successfully, but these errors were encountered: