aboutsummaryrefslogtreecommitdiff
path: root/example/index.json
blob: d693f7bcc9004acdc9f12ac38048336eaa2aa276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
  "_comment": "reference gallery index file, manually aggregated",

  "title": "",
  "date": "",
  "description": "",
  "tags": [
    "photographer.nphilou",
    "location.germany.berlin",
    "books",
    "book-shop",
    "location.switzerland.ormont-dessus",
    "glacier3000",
    "time.day",
    "weather.foggy",
    "forest",
    "trees",
    "catwalk",
    "mountain"
  ],
  "path": "/",
  "thumbnail": null,
  "properties": {
    "type": "directory",
    "items": [
      {
        "title": "Book shop",
        "date": "2016:12:19T16:48:50+02:00",
        "description": "© Philippe NGUYEN",
        "tags": [
          "photographer.nphilou",
          "location.germany.berlin",
          "books",
          "book-shop"
        ],
        "path": "/items/_DSC8808-1.jpg",
        "thumbnail": "/thumbnails/_DSC8808-1.jpg",
        "properties": {
          "type": "image",
          "filesize": 987,
          "resolution": { "width": 3840, "height": 2160 }
        }
      },
      {
        "title": "Glacier 3000",
        "date": "",
        "description": "",
        "tags": [
          "photographer.nphilou",
          "location.switzerland.ormont-dessus",
          "glacier3000",
          "time.day",
          "weather.foggy",
          "forest",
          "trees",
          "catwalk",
          "mountain"
        ],
        "path": "/items/Glacier 3000",
        "thumbnail": null,
        "properties": {
          "type": "directory",
          "items": [
            {
              "title": "Fog 3000",
              "date": "2019:08:10T14:38:47+01:00",
              "description": "© Philippe NGUYEN",
              "tags": [
                "photographer.nphilou",
                "location.switzerland.ormont-dessus",
                "glacier3000",
                "time.day",
                "weather.foggy",
                "forest",
                "trees"
              ],
              "path": "/items/Glacier 3000/_DSC5475.jpg",
              "thumbnail": "/thumbnails/Glacier 3000/_DSC5475.jpg",
              "properties": {
                "type": "image",
                "filesize": 355,
                "resolution": { "width": 3840, "height": 2160 }
              }
            },
            {
              "title": "Foggy catwalk",
              "date": " 2019:08:10T16:00:45+01:00",
              "description": "© Philippe NGUYEN",
              "tags": [
                "photographer.nphilou",
                "location.switzerland.ormont-dessus",
                "glacier3000",
                "time.day",
                "weather.foggy",
                "catwalk",
                "mountain"
              ],
              "path": "/items/Glacier 3000/_DSC5542.jpg",
              "thumbnail": "/thumbnails/Glacier 3000/_DSC5542.jpg",
              "properties": {
                "type": "image",
                "filesize": 447,
                "resolution": { "width": 3840, "height": 2160 }
              }
            }
          ]
        }
      }
    ]
  }
}