Skip to content

Instantly share code, notes, and snippets.

@tomkershaw-bbc
Created November 22, 2017 11:08
Show Gist options
  • Save tomkershaw-bbc/673998eed899e8388eee21cff3e856c1 to your computer and use it in GitHub Desktop.
Save tomkershaw-bbc/673998eed899e8388eee21cff3e856c1 to your computer and use it in GitHub Desktop.
Version 1 - same object
{
"type": "container_item",
"id": "b00snr0w",
"urn": "urn:bbc:radio:brand:b00snr0w",
"network": "bbc_radio_four",
"titles": {
"primary": "Infinite Monkey Cage",
"secondary": "Series 16",
"tertiary": "The Mind v the Brain"
},
"synopses": "Witty, irreverent look at the world through scientists' eyes. With Brian Cox and Robin Ince",
"image_url": "https://ichef.bbci.co.uk/images/ic/480x270/p02gshyl.jpg",
"duration": null,
"progress": null,
"availability": {
"from": null,
"to": null,
"label": null
},
"activities": []
}
Version 2 - minimal
{
"type": "container_item",
"id": "b00snr0w",
"urn": "urn:bbc:radio:brand:b00snr0w",
"network": "bbc_radio_four",
"titles": {
"primary": "Infinite Monkey Cage",
"secondary": "Series 16",
"tertiary": "The Mind v the Brain"
},
"synopses": "Witty, irreverent look at the world through scientists' eyes. With Brian Cox and Robin Ince",
"image_url": "https://ichef.bbci.co.uk/images/ic/480x270/p02gshyl.jpg",
"activities": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment