{
"data": {
"attributes": {...},
"id": "73",
"links": {},
"meta": {},
"type": "parent",
"relationships": {
"children": {
"links": {
"related": "https://.../api/parent/73/children"
},
// Here I have this in rails:
data: [
{"type": "child", "id": "82886"},
{"type": "child", "id": "82887"},
...
]
"meta": {}
}
}
},
}
{
"data": {
"attributes": {...},
"id": "73",
"links": {},
"meta": {},
"type": "parent",
"relationships": {
"children": {
"links": {
"related": "https://.../api/parent/73/children"
},
// Here I have this in rails:
data: [
{"type": "child", "id": "82886"},
{"type": "child", "id": "82887"},
...
]
"meta": {}
}
}
},
}