{
"id": "<string>",
"type": "schedule-groups",
"attributes": {
"title": "<string>",
"available_from": "<string>",
"available_to": "<string>",
"timezone": "<string>",
"preview_label": "<string>",
"default": true,
"created_at": "<string>",
"updated_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"schedules": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"resources": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"resource_schedule_groups": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
},
"meta": {
"resources_count": 123
}
}