{
"id": "FID001",
"type": "SurveyPage",
"attributes": {
"title": "string",
"description": "string",
"primaryColor": "string",
"resultDescription": "string",
"headerImageUrl": "http://example.com"
},
"relationships": {
"survey": {
"data": {
"id": "FID001",
"type": "Survey"
}
},
"items": {
"data": [
{
"id": "FID001",
"type": "SurveyItem"
}
]
}
}
}