Created
April 26, 2015 13:33
-
-
Save rtorino/b0dd8908c930a3cd033a 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
{ | |
"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