garden.lexicon.nourishing-earthworm.photoProjectDraft

sten.laugh.town View official

Schema Diff

+4 -0

From

CID
bafyreickuv5i6jl...
Indexed At
2026-07-23 01:56 UTC
View this version

To

CID
bafyreie25vrq4rw...
Indexed At
2026-07-23 03:56 UTC
View this version
1 1
{
2 2
  "defs": {
3 3
    "main": {
4 4
      "key": "tid",
5 5
      "type": "record",
6 6
      "record": {
7 7
        "type": "object",
8 8
        "required": [
9 9
          "slug",
10 10
          "title",
11 11
          "createdAt"
12 12
        ],
13 13
        "properties": {
14 14
          "note": {
15 15
            "type": "string",
16 16
            "maxGraphemes": 300
17 17
          },
18 18
          "slug": {
19 19
            "type": "string",
20 20
            "maxLength": 128,
21 21
            "description": "URL + gallery-folder id, derived from the title."
22 22
          },
23 23
          "cover": {
24 24
            "type": "string"
25 25
          },
26 26
          "order": {
27 27
            "type": "integer"
28 28
          },
29 29
          "title": {
30 30
            "type": "string",
31 31
            "maxGraphemes": 300
32 32
          },
33 33
          "images": {
34 34
            "type": "array",
35 35
            "items": {
36 36
              "type": "object",
37 37
              "required": [
38 38
                "image"
39 39
              ],
40 40
              "properties": {
41 41
                "alt": {
42 42
                  "type": "string",
43 43
                  "maxGraphemes": 500
44 44
                },
45 45
                "image": {
46 46
                  "type": "blob",
47 47
                  "accept": [
48 48
                    "image/webp",
49 49
                    "image/jpeg",
50 50
                    "image/png"
51 51
                  ],
52 52
                  "maxSize": 6000000
53 53
                }
54 54
              }
55 55
            }
56 56
          },
57 +
          "deleted": {
58 +
            "type": "boolean",
59 +
            "default": false
60 +
          },
57 61
          "createdAt": {
58 62
            "type": "string",
59 63
            "format": "datetime"
60 64
          },
61 65
          "comingSoon": {
62 66
            "type": "boolean",
63 67
            "default": false
64 68
          },
65 69
          "coverImage": {
66 70
            "type": "object",
67 71
            "required": [
68 72
              "image"
69 73
            ],
70 74
            "properties": {
71 75
              "alt": {
72 76
                "type": "string",
73 77
                "maxGraphemes": 500
74 78
              },
75 79
              "image": {
76 80
                "type": "blob",
77 81
                "accept": [
78 82
                  "image/webp",
79 83
                  "image/jpeg",
80 84
                  "image/png"
81 85
                ],
82 86
                "maxSize": 6000000
83 87
              }
84 88
            }
85 89
          }
86 90
        }
87 91
      },
88 92
      "description": "A photography collection: its /photo/<slug> gallery plus its cover tile on the /photo index grid."
89 93
    }
90 94
  },
91 95
  "$type": "com.atproto.lexicon.schema",
92 96
  "lexicon": 1
93 97
}

Compare Other Versions

Lexicon Garden

@