{
"id": "<string>",
"type": "context-restrictions",
"attributes": {
"restricted_by_type": "<string>",
"restricted_by_id": "<string>",
"entity_type": "<string>",
"entity_id": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"restricted_by": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"entity": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
}
}