Skip to content

Instantly share code, notes, and snippets.

@ryyann
Last active February 10, 2017 23:46
Show Gist options
  • Save ryyann/49eb64af8d791e288d7ba7a5b09acb23 to your computer and use it in GitHub Desktop.
Save ryyann/49eb64af8d791e288d7ba7a5b09acb23 to your computer and use it in GitHub Desktop.
cms2-home-service
{
"containers": [
{
"title": "Get Energized",
"startTime": "08:00:00",
"endTime": "11:59:59",
"timeZone": false,
"items": [
{
"type": "playlist",
"uid": "1241EBFq",
"title": "Yacht Rock Party",
"imageUrls": ["https://www.vevocdn.com/some/url.jpg"]
}
]
},
{
"title": "Afternoon Jams",
"startTime": "12:00:00",
"endTime": "15:59:59",
"timeZone": false,
"items": [
{
"type": "playlist",
"uid": "1241EBFq",
"title": "Yacht Rock Party",
"imageUrls": ["https://www.vevocdn.com/some/url.jpg"]
}
]
},
{
"title": "Super Bowl 2017",
"startTime": "16:00:00",
"endTime": "19:59:59",
"timeZone": "Americas/LosAngeles",
"items": [
{
"type": "playlist",
"uid": "1241EBFq",
"title": "Yacht Rock Party",
"imageUrls": ["https://www.vevocdn.com/some/url.jpg"]
}
]
},
{
"title": "Vevo Presents",
"startTime": false,
"endTime": false,
"timeZone": false,
"items": [
{
"type": "playlist",
"uid": "1241EBFq",
"title": "Yacht Rock Party",
"imageUrls": ["https://www.vevocdn.com/some/url.jpg"]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment