diff options
Diffstat (limited to 'examples/db.json')
| -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": { |
