at.meme-museum.collection

meme-museum.at

Schema Diff

+0 -10

From

CID
bafyreifmu4sshnj...
Indexed At
2026-08-08 15:49 UTC
View this version

To

CID
bafyreieq2vhrur6...
Indexed At
2026-08-25 00:51 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

2 breaking changes, 0 non-breaking changes.

Breaking Changes (2)
  • RemovedVertex RemovedVertex { vertex_id: "at.meme-museum.collection:body.visibility" }
  • RemovedEdge RemovedEdge { src: "at.meme-museum.collection:body", tgt: "at.meme-museum.collection:body.visibility", kind: "prop", name: Some("visibility") }

Migration Guidance

Removed Elements

  • RemovedVertex { vertex_id: "at.meme-museum.collection:body.visibility" }

Additional Notes

  • Breaking: RemovedEdge { src: "at.meme-museum.collection:body", tgt: "at.meme-museum.collection:body.visibility", kind: "prop", name: Some("visibility") }
1 1
{
2 2
  "id": "at.meme-museum.collection",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "name",
11 11
          "createdAt"
12 12
        ],
13 13
        "properties": {
14 14
          "name": {
15 15
            "type": "string",
16 16
            "maxLength": 100,
17 17
            "maxGraphemes": 64
18 18
          },
19 19
          "createdAt": {
20 20
            "type": "string",
21 21
            "format": "datetime"
22 22
          },
23 -
          "visibility": {
24 -
            "type": "string",
25 -
            "default": "public",
26 -
            "maxLength": 64,
27 -
            "description": "Soft signal only, not access control -- see docs/data-model.md.",
28 -
            "knownValues": [
29 -
              "public",
30 -
              "unlisted"
31 -
            ]
32 -
          },
33 23
          "description": {
34 24
            "type": "string",
35 25
            "maxLength": 1000
36 26
          }
37 27
        }
38 28
      },
39 29
      "description": "A named board/folder of memes, e.g. \"reactions\" or \"cat pics\". Membership is recorded separately via at.meme-museum.collectionItem, not inline here."
40 30
    }
41 31
  },
42 32
  "$type": "com.atproto.lexicon.schema",
43 33
  "lexicon": 1
44 34
}

Compare Other Versions

Lexicon Garden

@