site.exosphere.moderation

exosphere.site

Schema Diff

+1 -6

From

CID
bafyreibvt7r5ycj...
Indexed At
2026-03-25 15:05 UTC
View this version

To

CID
bafyreigd5ivdbf5...
Indexed At
2026-03-25 16:37 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

2 breaking changes, 0 non-breaking changes.

Breaking Changes (2)
  • RemovedVertex RemovedVertex { vertex_id: "site.exosphere.moderation:body.createdAt" }
  • RemovedEdge RemovedEdge { src: "site.exosphere.moderation:body", tgt: "site.exosphere.moderation:body.createdAt", kind: "prop", name: Some("createdAt") }

Migration Guidance

Removed Elements

  • RemovedVertex { vertex_id: "site.exosphere.moderation:body.createdAt" }

Additional Notes

  • Breaking: RemovedEdge { src: "site.exosphere.moderation:body", tgt: "site.exosphere.moderation:body.createdAt", kind: "prop", name: Some("createdAt") }
1 1
{
2 2
  "id": "site.exosphere.moderation",
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
          "sphere",
11 11
          "subject",
12 -
          "action",
13 -
          "createdAt"
12 +
          "action"
14 13
        ],
15 14
        "properties": {
16 15
          "action": {
17 16
            "type": "string",
18 17
            "knownValues": [
19 18
              "remove"
20 19
            ]
21 20
          },
22 21
          "sphere": {
23 22
            "type": "string",
24 23
            "format": "at-uri",
25 24
            "description": "AT URI of the Sphere."
26 25
          },
27 26
          "subject": {
28 27
            "type": "string",
29 28
            "format": "at-uri",
30 29
            "description": "AT URI of the content being moderated."
31 -
          },
32 -
          "createdAt": {
33 -
            "type": "string",
34 -
            "format": "datetime"
35 30
          }
36 31
        }
37 32
      },
38 33
      "description": "A moderation action taken by a Sphere admin/owner. Published on the moderator's PDS."
39 34
    }
40 35
  },
41 36
  "$type": "com.atproto.lexicon.schema",
42 37
  "lexicon": 1
43 38
}

Compare Other Versions

Lexicon Garden

@