summaryrefslogtreecommitdiff
path: root/examples/db.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/db.json')
-rw-r--r--examples/db.json20
1 files changed, 17 insertions, 3 deletions
diff --git a/examples/db.json b/examples/db.json
index bdad6c8..1d045c3 100644
--- a/examples/db.json
+++ b/examples/db.json
@@ -150,8 +150,8 @@
],
"test": [
{
- "id": "test",
- "title": "tEst",
+ "id": "red",
+ "title": "Red",
"media": [
{
"uri": "http://asdf.us/",
@@ -159,8 +159,22 @@
"type": "link"
}
],
- "__index": "0",
+ "__index": 0,
"dateCreated": "Mon, 28 Mar 2016 23:02:45 GMT"
+ },
+ {
+ "id": "blue",
+ "title": "Blue",
+ "__index": 2,
+ "dateCreated": "Tue, 05 Apr 2016 15:17:54 GMT",
+ "media": []
+ },
+ {
+ "id": "green",
+ "title": "Green",
+ "__index": 1,
+ "dateCreated": "Tue, 05 Apr 2016 15:17:57 GMT",
+ "media": []
}
]
} \ No newline at end of file