Skip to content

Instantly share code, notes, and snippets.

@rtorino
Created April 26, 2015 13:33
Show Gist options
  • Save rtorino/b0dd8908c930a3cd033a to your computer and use it in GitHub Desktop.
Save rtorino/b0dd8908c930a3cd033a to your computer and use it in GitHub Desktop.
{
"id": "",
"name": "",
"description": "",
"url": "",
"thumbnailUrl": "",
"type": "",
"tags": [],
"resources": {
"guideBook": {
"id": "",
"name": "",
"url": "",
"type": ""
},
"audio": {
"id": "",
"name": "",
"url": "",
"type": ""
},
"trancript": {
"id": "",
"name": "",
"url": "",
"type": ""
},
"segments": [],
},
"related": [],
"questions": {
"relection": [],
"followUp": []
}
}
/** relationship
* 1. video has many additional resources
* 2. video has many videos as other segments
* 3. video has many videos as related videos
* 4. video has many questions
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment