summaryrefslogtreecommitdiff
path: root/examples/db.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/db.json')
-rw-r--r--examples/db.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/examples/db.json b/examples/db.json
index 11204e7..a0a7eb3 100644
--- a/examples/db.json
+++ b/examples/db.json
@@ -340,5 +340,56 @@
"__index": 0,
"dateCreated": "Tue, 23 Feb 2021 19:30:32 GMT"
}
+ ],
+ "artist": [
+ {
+ "id": "alexandra-leykauf",
+ "title": "Alexandra Leykauf",
+ "__index": 0,
+ "dateCreated": "Tue, 02 Mar 2021 17:26:21 GMT"
+ },
+ {
+ "id": "dragutin-banic",
+ "title": "Dragutin Banic",
+ "__index": 1,
+ "dateCreated": "Tue, 02 Mar 2021 17:31:53 GMT"
+ }
+ ],
+ "artwork": [
+ {
+ "id": "sample-1",
+ "title": "Sample 1",
+ "artist": "alexandra-leykauf",
+ "__index": 1,
+ "dateCreated": "Tue, 02 Mar 2021 17:31:33 GMT"
+ },
+ {
+ "id": "sample-2",
+ "title": "Sample 2",
+ "artist": "alexandra-leykauf",
+ "__index": 0,
+ "dateCreated": "Tue, 02 Mar 2021 17:31:37 GMT"
+ },
+ {
+ "id": "sample-3",
+ "title": "Sample 3",
+ "artist": "alexandra-leykauf",
+ "__index": 2,
+ "dateCreated": "Tue, 02 Mar 2021 17:31:39 GMT"
+ },
+ {
+ "id": "dragutin-s-dream",
+ "title": "Dragutin's Dream",
+ "artist": "dragutin-banic",
+ "__index": 4,
+ "dateCreated": "Tue, 02 Mar 2021 17:32:02 GMT"
+ },
+ {
+ "id": "dragutin-s-nightmare",
+ "title": "Dragutin's Nightmare",
+ "artist": "dragutin-banic",
+ "__index": 3,
+ "dateCreated": "Tue, 02 Mar 2021 17:32:08 GMT"
+ }
]
} \ No newline at end of file