diff options
Diffstat (limited to 'example/index.json')
-rw-r--r-- | example/index.json | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/example/index.json b/example/index.json new file mode 100644 index 0000000..3a1d841 --- /dev/null +++ b/example/index.json | |||
@@ -0,0 +1,90 @@ | |||
1 | /* reference gallery index file, manually aggregated */ | ||
2 | |||
3 | { | ||
4 | "title": "", | ||
5 | "date": "", | ||
6 | "description": "", | ||
7 | "tags": [], | ||
8 | "filesize": 0, | ||
9 | "path": "/", | ||
10 | "thumbnail": { "path": "/thumbnails/_DSC8808-1.jpg" }, | ||
11 | "properties": { | ||
12 | "type": "directory", | ||
13 | "items": [ | ||
14 | { | ||
15 | "title": "Book shop", | ||
16 | "date": "2016:12:19T16:48:50+02:00", | ||
17 | "description": "© Philippe NGUYEN", | ||
18 | "tags": [ | ||
19 | "photographer.nphilou", | ||
20 | "location.germany.berlin", | ||
21 | "books", | ||
22 | "book-shop" | ||
23 | ], | ||
24 | "filesize": 987, | ||
25 | "path": "/items/_DSC8808-1.jpg", | ||
26 | "thumbnail": { "path": "/thumbnails/_DSC8808-1.jpg" }, | ||
27 | "properties": { | ||
28 | "type": "image", | ||
29 | "resolution": { "width": 3840, "height": 2160 }, | ||
30 | } | ||
31 | }, | ||
32 | { | ||
33 | "title": "Glacier 3000", | ||
34 | "date": "", | ||
35 | "description": "", | ||
36 | "tags": [], | ||
37 | "filesize": 0, | ||
38 | "path": "/items/Glacier 3000", | ||
39 | "thumbnail": { "path": "/thumbnails/Glacier 3000/_DSC5475.jpg" }, | ||
40 | "properties": { | ||
41 | "type": "directory", | ||
42 | "items": [ | ||
43 | { | ||
44 | "title": "Fog 3000", | ||
45 | "date": "2019:08:10T14:38:47+01:00", | ||
46 | "description": "© Philippe NGUYEN", | ||
47 | "tags": [ | ||
48 | "photographer.nphilou", | ||
49 | "location.switzerland.ormont-dessus", | ||
50 | "glacier3000", | ||
51 | "time.day", | ||
52 | "weather.foggy", | ||
53 | "forest", | ||
54 | "trees" | ||
55 | ], | ||
56 | "filesize": 355, | ||
57 | "path": "/items/Glacier 3000/_DSC5475.jpg", | ||
58 | "thumbnail": { "path": "/thumbnails/Glacier 3000/_DSC5475.jpg" }, | ||
59 | "properties": { | ||
60 | "type": "image", | ||
61 | "resolution": { "width": 3840, "height": 2160 }, | ||
62 | } | ||
63 | }, | ||
64 | { | ||
65 | "title": "Foggy catwalk", | ||
66 | "date": " 2019:08:10T16:00:45+01:00", | ||
67 | "description": "© Philippe NGUYEN", | ||
68 | "tags": [ | ||
69 | "photographer.nphilou", | ||
70 | "location.switzerland.ormont-dessus", | ||
71 | "glacier3000", | ||
72 | "time.day", | ||
73 | "weather.foggy", | ||
74 | "catwalk", | ||
75 | "mountain" | ||
76 | ], | ||
77 | "filesize": 447, | ||
78 | "path": "/items/Glacier 3000/_DSC5542.jpg", | ||
79 | "thumbnail": { "path": "/thumbnails/Glacier 3000/_DSC5542.jpg" }, | ||
80 | "properties": { | ||
81 | "type": "image", | ||
82 | "resolution": { "width": 3840, "height": 2160 }, | ||
83 | } | ||
84 | } | ||
85 | ] | ||
86 | } | ||
87 | } | ||
88 | ] | ||
89 | } | ||
90 | } | ||