or is it only disallowed when it is inside a complex attribute?
example, is this allowed?
{
"data": {
"type": "articles",
"id": "1",
"attributes": {
"title": "JSON API paints my bikeshed!",
"links": {
... some custom stuff
}
}
}
}