Created
November 22, 2017 11:08
-
-
Save tomkershaw-bbc/673998eed899e8388eee21cff3e856c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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