File size: 26,008 Bytes
bccf4cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
{
  "version": 3,
  "domains": [
    {
      "id": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "name": "Fantasy"
    },
    {
      "id": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "name": "Landscape"
    },
    {
      "id": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "name": "Nature"
    },
    {
      "id": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "name": "Object"
    },
    {
      "id": "52fdeacc-64f3-418b-b268-e1f9f15f9838",
      "name": "Logo"
    },
    {
      "id": "230eb7ec-d93d-4a57-847c-6c8d715b96a3",
      "name": "Flag"
    },
    {
      "id": "c932f528-fd52-47c4-9888-11f14067c4da",
      "name": "Anime"
    },
    {
      "id": "751c868c-c394-4f78-bf49-9032e71a1360",
      "name": "Portrait"
    },
    {
      "id": "8c69214a-5fd4-48d4-8bc7-c7318b8c3202",
      "name": "Space"
    },
    {
      "id": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "name": "Emoji"
    }
  ],
  "mediums": [
    {
      "id": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "name": "AI"
    },
    {
      "id": "638381ed-1691-45b6-8c0c-f3e139ae7137",
      "name": "Digital Illustration"
    },
    {
      "id": "203b3309-c734-42a1-bb98-72bb165330e7",
      "name": "Vector Graphic"
    },
    {
      "id": "32b57537-8013-4f38-a04c-044eed61fffa",
      "name": "Painting"
    },
    {
      "id": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "name": "Photograph"
    }
  ],
  "secondarySets": [
    {
      "id": "59d723fa-4933-45f1-84d4-e7b087202709",
      "name": "Top 10"
    },
    {
      "id": "5d115173-84ff-477e-91ec-5b6bdbb581b9",
      "name": "Top 3"
    }
  ],
  "images": {
    "/Open-Fantasy-Art/wesnoth/source/data/campaigns/Descent_Into_Darkness/images/story/parthyn.webp": {
      "included": false,
      "updatedAt": "2026-08-02T19:06:25.857Z",
      "domainId": "",
      "mediumId": "",
      "secondaryIds": []
    },
    "/Generated-Samples/dinosaurs-and-fantasy-warriors/images/feathered-velociraptor.png": {
      "included": true,
      "updatedAt": "2026-08-02T23:21:16.848Z",
      "mediumId": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "secondaryIds": []
    },
    "/Generated-Samples/dinosaurs-and-fantasy-warriors/images/pteranodon-sea-cliffs.png": {
      "included": true,
      "updatedAt": "2026-08-02T23:24:01.034Z",
      "mediumId": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "secondaryIds": []
    },
    "/Generated-Samples/dinosaurs-and-fantasy-warriors/images/wizard-protective-spell.png": {
      "included": true,
      "updatedAt": "2026-08-02T19:46:59.499Z",
      "mediumId": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "secondaryIds": []
    },
    "/Generated-Samples/dinosaurs-and-fantasy-warriors/images/temperate-rainforest-lake.png": {
      "included": true,
      "updatedAt": "2026-08-02T19:48:06.717Z",
      "mediumId": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "secondaryIds": []
    },
    "/Generated-Samples/dinosaurs-and-fantasy-warriors/images/feathered-tyrannosaurus.png": {
      "included": true,
      "updatedAt": "2026-08-02T19:48:43.178Z",
      "mediumId": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "secondaryIds": []
    },
    "/Generated-Samples/dinosaurs-and-fantasy-warriors/images/basalt-coast.png": {
      "included": true,
      "updatedAt": "2026-08-02T19:48:05.203Z",
      "mediumId": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "secondaryIds": []
    },
    "/Generated-Samples/dinosaurs-and-fantasy-warriors/images/fantasy-warrior-fortress.png": {
      "included": true,
      "updatedAt": "2026-08-02T19:48:09.415Z",
      "mediumId": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "secondaryIds": []
    },
    "/Generated-Samples/dinosaurs-and-fantasy-warriors/images/alpine-valley.png": {
      "included": true,
      "updatedAt": "2026-08-02T19:48:03.761Z",
      "mediumId": "11847763-2da2-48ec-8e01-e947531bb4ca",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "secondaryIds": []
    },
    "/Non-Game-Fantasy/morevna-project/images/demo-frames/frame-0055.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T19:49:40.806Z",
      "domainId": "c932f528-fd52-47c4-9888-11f14067c4da",
      "mediumId": "638381ed-1691-45b6-8c0c-f3e139ae7137",
      "secondaryIds": []
    },
    "/Open-Fantasy-Art/wesnoth/source/data/core/images/story/landscape-battlefield_nohumans.webp": {
      "included": true,
      "updatedAt": "2026-08-02T19:51:57.513Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "638381ed-1691-45b6-8c0c-f3e139ae7137",
      "secondaryIds": []
    },
    "/Open-Fantasy-Art/wesnoth/source/data/campaigns/Heir_To_The_Throne/images/portraits/delfador.webp": {
      "included": true,
      "updatedAt": "2026-08-02T19:52:46.315Z",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "mediumId": "638381ed-1691-45b6-8c0c-f3e139ae7137",
      "secondaryIds": []
    },
    "/Open-Fantasy-Art/wesnoth/source/data/campaigns/Sceptre_of_Fire/images/portraits/alanin.webp": {
      "included": true,
      "updatedAt": "2026-08-02T19:53:12.695Z",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "mediumId": "638381ed-1691-45b6-8c0c-f3e139ae7137",
      "secondaryIds": []
    },
    "/Open-Fantasy-Art/wesnoth/source/data/campaigns/Dead_Water/images/portraits/gwabbo.webp": {
      "included": true,
      "updatedAt": "2026-08-02T19:53:32.713Z",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "mediumId": "638381ed-1691-45b6-8c0c-f3e139ae7137",
      "secondaryIds": []
    },
    "/Open-Nature-Photography/inaturalist-open-nature/images/105974079__Dromedary_Camel.jpg": {
      "included": false,
      "updatedAt": "2026-08-02T19:57:53.750Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "",
      "secondaryIds": []
    },
    "/Open-Nature-Photography/inaturalist-open-nature/images/105974064__Dromedary_Camel.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T19:58:06.182Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Open-Nature-Photography/inaturalist-open-nature/images/114544222__Eurasian_Stoat.jpeg": {
      "included": true,
      "updatedAt": "2026-08-02T19:58:30.014Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Open-Nature-Photography/inaturalist-open-nature/images/123908939__Canada_Goose.jpg": {
      "included": false,
      "updatedAt": "2026-08-02T20:54:10.605Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Open-Nature-Photography/highsmith-landscapes/images/2010630416__Mendenhall_Glacier_Juneau_Alaska.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T23:23:46.424Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709"
      ]
    },
    "/Open-Nature-Photography/highsmith-landscapes/images/2013632238__Scenic_views_along_Route_1_near_the_Pacific_Ocean_in_Northern_California.jpg": {
      "included": false,
      "updatedAt": "2026-08-02T20:54:15.339Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Open-Nature-Photography/highsmith-landscapes/images/2021757941__The_cows_are_literally_coming_home_in_this_scene_in_Grant_County_within_th.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:01:43.287Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Open-Nature-Photography/highsmith-landscapes/images/2024642311__Brooks_Falls_is_a_waterfall_located_within_Katmai_National_Park_and_Preserve_in_Alaska.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:01:59.199Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Color-Icon-Packs/svg-logos-color/source/logos-main/logos/chrome.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:03:04.625Z",
      "domainId": "52fdeacc-64f3-418b-b268-e1f9f15f9838",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Color-Icon-Packs/svg-logos-color/source/logos-main/logos/deepseek-icon.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:03:26.117Z",
      "domainId": "52fdeacc-64f3-418b-b268-e1f9f15f9838",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Color-Icon-Packs/svg-logos-color/source/logos-main/logos/firefox.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:54:04.263Z",
      "domainId": "52fdeacc-64f3-418b-b268-e1f9f15f9838",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709",
        "5d115173-84ff-477e-91ec-5b6bdbb581b9"
      ]
    },
    "/Color-Icon-Packs/svg-logos-color/source/logos-main/logos/git-icon.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:04:12.143Z",
      "domainId": "52fdeacc-64f3-418b-b268-e1f9f15f9838",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Color-Icon-Packs/svg-logos-color/source/logos-main/logos/godot-icon.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:04:24.012Z",
      "domainId": "52fdeacc-64f3-418b-b268-e1f9f15f9838",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Color-Icon-Packs/svg-logos-color/source/logos-main/logos/python.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:05:24.261Z",
      "domainId": "52fdeacc-64f3-418b-b268-e1f9f15f9838",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Color-Icon-Packs/svg-logos-color/source/logos-main/logos/qwen-icon.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:05:31.483Z",
      "domainId": "52fdeacc-64f3-418b-b268-e1f9f15f9838",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Museum-Paintings/artic/images/80607__Self-Portrait.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:07:56.130Z",
      "domainId": "751c868c-c394-4f78-bf49-9032e71a1360",
      "mediumId": "32b57537-8013-4f38-a04c-044eed61fffa",
      "secondaryIds": []
    },
    "/Museum-Paintings/artic/images/95998__Old_Man_with_a_Gold_Chain.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:08:12.032Z",
      "domainId": "751c868c-c394-4f78-bf49-9032e71a1360",
      "mediumId": "32b57537-8013-4f38-a04c-044eed61fffa",
      "secondaryIds": []
    },
    "/Museum-Paintings/cleveland/images/149105__1977.37.1_web.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:09:09.499Z",
      "domainId": "e2d6fcdd-af6a-407f-b5eb-073b569a41e8",
      "mediumId": "32b57537-8013-4f38-a04c-044eed61fffa",
      "secondaryIds": []
    },
    "/Museum-Paintings/cleveland/images/160885__1999.173_web.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:09:30.004Z",
      "domainId": "751c868c-c394-4f78-bf49-9032e71a1360",
      "mediumId": "32b57537-8013-4f38-a04c-044eed61fffa",
      "secondaryIds": []
    },
    "/Museum-Paintings/met/images/436581__Charles_Claude_de_Flahaut_(1730_1809)_Comte_d_Angiviller.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:10:04.127Z",
      "domainId": "751c868c-c394-4f78-bf49-9032e71a1360",
      "mediumId": "32b57537-8013-4f38-a04c-044eed61fffa",
      "secondaryIds": []
    },
    "/NASA-Space-Photography/jwst-science-images/images/carina_nebula.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:58:32.573Z",
      "domainId": "8c69214a-5fd4-48d4-8bc7-c7318b8c3202",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709"
      ]
    },
    "/NASA-Space-Photography/jwst-science-images/images/PIA25433.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:22:13.695Z",
      "domainId": "8c69214a-5fd4-48d4-8bc7-c7318b8c3202",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Vector-Packs/flag-icons/source/flag-icons-main/flags/1x1/ca.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:23:17.346Z",
      "domainId": "230eb7ec-d93d-4a57-847c-6c8d715b96a3",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Vector-Packs/flag-icons/source/flag-icons-main/flags/1x1/jp.svg": {
      "included": false,
      "updatedAt": "2026-08-02T20:23:48.555Z",
      "domainId": "230eb7ec-d93d-4a57-847c-6c8d715b96a3",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Vector-Packs/flag-icons/source/flag-icons-main/flags/1x1/kr.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:23:53.984Z",
      "domainId": "230eb7ec-d93d-4a57-847c-6c8d715b96a3",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Vector-Packs/flag-icons/source/flag-icons-main/flags/4x3/hk.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:25:21.371Z",
      "domainId": "230eb7ec-d93d-4a57-847c-6c8d715b96a3",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Vector-Packs/flag-icons/source/flag-icons-main/flags/1x1/al.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:58:33.819Z",
      "domainId": "230eb7ec-d93d-4a57-847c-6c8d715b96a3",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/Vector-Packs/flag-icons/source/flag-icons-main/flags/1x1/bt.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:26:03.872Z",
      "domainId": "230eb7ec-d93d-4a57-847c-6c8d715b96a3",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/SVG-Bench/svg-emoji/test/svgs/000026__1f604-twemoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:27:55.693Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/SVG-Bench/svg-emoji/test/svgs/000034__emoji_u1f602-noto-emoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T23:21:33.526Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/SVG-Bench/svg-emoji/test/svgs/000037__1f937-twemoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:28:14.624Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/SVG-Bench/svg-emoji/test/svgs/000273__1f977-1f3fd-twemoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:28:44.656Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/SVG-Bench/svg-emoji/test/svgs/000278__1f574-1f3fc-twemoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:28:51.520Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/SVG-Bench/svg-emoji/test/svgs/000597__emoji_u1f680-noto-emoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T23:21:31.948Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709"
      ]
    },
    "/SVG-Bench/svg-emoji/test/svgs/000641__emoji_u1f432-noto-emoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:29:47.237Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/SVG-Bench/svg-emoji/test/svgs/000662__1f469-1f3fd-200d-1f3ed-twemoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:29:58.243Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/SVG-Bench/svg-emoji/test/svgs/000658__emoji_u1f3f9-noto-emoji.svg": {
      "included": true,
      "updatedAt": "2026-08-02T20:30:06.863Z",
      "domainId": "99a3335e-4b1d-44db-8b13-53205628bc68",
      "mediumId": "203b3309-c734-42a1-bb98-72bb165330e7",
      "secondaryIds": []
    },
    "/CLIC2020/images/clem-onojeghuo-33741.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:31:01.034Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/zugr-108.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:56:08.639Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709"
      ]
    },
    "/CLIC2020/images/veeterzy-82537.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:31:24.352Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/philippe-wuyts-45997.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:31:41.388Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/martin-wessely-211.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:31:50.897Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/kazuend-28556.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:32:01.090Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/lobostudio-hamburg-75377.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:32:13.415Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/jeremy-cai-1174.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:32:20.556Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/alberto-montalesi-176097.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:32:29.352Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/alexander-shustov-73.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:32:37.476Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/felix-russell-saw-140699.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:32:49.248Z",
      "domainId": "751c868c-c394-4f78-bf49-9032e71a1360",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/CLIC2020/images/jared-erondu-21325.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:33:00.808Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0805.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:54:59.304Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709"
      ]
    },
    "/DIV2K/images/DIV2K_valid_HR/0809.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:33:29.594Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0802.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:33:42.107Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0801.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:33:49.608Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0826.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:34:03.029Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0857.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:34:25.060Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0869.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:34:34.091Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0880.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:34:39.473Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0899.png": {
      "included": false,
      "updatedAt": "2026-08-02T20:35:03.207Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/DIV2K/images/DIV2K_valid_HR/0896.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:35:13.118Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Kodak/images/kodim23.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:56:22.209Z",
      "domainId": "5b336c45-9f8d-4d91-a5af-8c671b0b5595",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709"
      ]
    },
    "/Kodak/images/kodim03.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:36:07.883Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Kodak/images/kodim19.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:58:15.133Z",
      "domainId": "b1f44698-052c-43a0-9f1c-05ba5184f4ea",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709"
      ]
    },
    "/Kodak/images/kodim17.png": {
      "included": true,
      "updatedAt": "2026-08-02T20:36:31.272Z",
      "domainId": "3d3a5361-25d5-45fb-9980-8c46fdae50ae",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/NASA-Space-Photography/solar-system-planets/images/jupiter/PIA23809.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:39:00.742Z",
      "domainId": "8c69214a-5fd4-48d4-8bc7-c7318b8c3202",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/NASA-Space-Photography/solar-system-planets/images/jupiter/PIA21973.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:39:08.947Z",
      "domainId": "8c69214a-5fd4-48d4-8bc7-c7318b8c3202",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": []
    },
    "/Required-Artworks/public-domain-masterpieces/images/nasa-earth-image-from-space-usgs.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:55:11.226Z",
      "domainId": "8c69214a-5fd4-48d4-8bc7-c7318b8c3202",
      "mediumId": "c62f2898-06d1-45b1-ba88-82cccbf06424",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709",
        "5d115173-84ff-477e-91ec-5b6bdbb581b9"
      ]
    },
    "/Required-Artworks/public-domain-masterpieces/images/mona-lisa-leonardo-da-vinci-c2rmf-retouched-1280px.jpg": {
      "included": true,
      "updatedAt": "2026-08-02T20:55:07.826Z",
      "domainId": "751c868c-c394-4f78-bf49-9032e71a1360",
      "mediumId": "32b57537-8013-4f38-a04c-044eed61fffa",
      "secondaryIds": [
        "59d723fa-4933-45f1-84d4-e7b087202709",
        "5d115173-84ff-477e-91ec-5b6bdbb581b9"
      ]
    }
  }
}