{
"id": "<string>",
"type": "resourcecategorys",
"attributes": {
"name": "<string>",
"local_name": "<string>",
"illustration": "<string>",
"quantity_label": "<string>",
"plural_quantity_label": "<string>",
"icon": "<string>",
"color": "<string>",
"has_quantity": true,
"default_layout": "<string>",
"featured": true
},
"links": {
"self": "<string>"
},
"relationships": {
"industries": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
}
}