diff options
| -rw-r--r-- | examples/db.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/db.json b/examples/db.json index 5f65c21..454db14 100644 --- a/examples/db.json +++ b/examples/db.json @@ -190,6 +190,16 @@ "dateCreated": "Tue, 05 Apr 2016 15:17:57 GMT", "media": [ { + "uri": "http://asdf.us/z/", + "caption": "", + "type": "link" + }, + { + "uri": "http://asdf.us/", + "caption": "", + "type": "link" + }, + { "type": "video", "token": "https://ltho.s3.amazonaws.com/ee12b137-1c8a-400a-87e3-89cbee7b4da6.mp4", "uri": "", |
