diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-09 02:27:51 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-09 02:27:51 -0400 |
| commit | 96ecc2c632244d986c08b0f85eda5de8cceaff56 (patch) | |
| tree | d948816f92bcff50c5dd99b2987ed246036acb17 /examples | |
| parent | d8ef9dba2452d4a2b6e508f7981e2886642aa78b (diff) | |
saving...
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index 6c2d428..1061086 100644 --- a/examples/db.json +++ b/examples/db.json @@ -29,8 +29,14 @@ "color": "blue", "images": [ { - "uri": "http://del.h-cdn.co/assets/cm/15/10/54f928d7ada8d_-_1347910942518.jpg", - "caption": "boop" + "uri": [ + "http://del.h-cdn.co/assets/cm/15/10/54f928d7ada8d_-_1347910942518.jpg", + "https://ltho.s3.amazonaws.com/45c29c6d-2832-46f1-b0d3-6f847b6f42e4.png" + ], + "caption": [ + "boop", + "Errorrrrr" + ] } ], "video": { |
