site.exosphere.featureRequest.entry

exosphere.site

Schema Diff

+0 -11

From

CID
bafyreidcmltjcff...
Indexed At
2026-04-01 16:32 UTC
View this version

To

CID
bafyreicwuuec2fz...
Indexed At
2026-04-17 09:43 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

2 breaking changes, 1 non-breaking change.

Breaking Changes (2)
  • RemovedVertex RemovedVertex { vertex_id: "site.exosphere.featureRequest.entry:body.category" }
  • RemovedEdge RemovedEdge { src: "site.exosphere.featureRequest.entry:body", tgt: "site.exosphere.featureRequest.entry:body.category", kind: "prop", name: Some("category") }
Non-Breaking Changes (1)
  • ConstraintRemoved ConstraintRemoved { vertex_id: "site.exosphere.featureRequest.entry:body.category", sort: "maxLength" }

Migration Guidance

Removed Elements

  • RemovedVertex { vertex_id: "site.exosphere.featureRequest.entry:body.category" }

Constraint Changes

  • ConstraintRemoved ConstraintRemoved { vertex_id: "site.exosphere.featureRequest.entry:body.category", sort: "maxLength" }

Additional Notes

  • Breaking: RemovedEdge { src: "site.exosphere.featureRequest.entry:body", tgt: "site.exosphere.featureRequest.entry:body.category", kind: "prop", name: Some("category") }
1 1
{
2 2
  "id": "site.exosphere.featureRequest.entry",
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
          "title",
11 11
          "subject"
12 12
        ],
13 13
        "properties": {
14 14
          "title": {
15 15
            "type": "string",
16 16
            "maxLength": 512
17 17
          },
18 18
          "subject": {
19 19
            "type": "string",
20 20
            "format": "did",
21 21
            "description": "DID of the Sphere owner (the identity hosting the site.exosphere.sphere.profile record)."
22 22
          },
23 -
          "category": {
24 -
            "type": "string",
25 -
            "maxLength": 128,
26 -
            "knownValues": [
27 -
              "general",
28 -
              "enhancement",
29 -
              "bug",
30 -
              "integration",
31 -
              "ui-ux"
32 -
            ]
33 -
          },
34 23
          "updatedAt": {
35 24
            "type": "string",
36 25
            "format": "datetime",
37 26
            "maxLength": 64
38 27
          },
39 28
          "description": {
40 29
            "type": "string",
41 30
            "maxLength": 10000
42 31
          }
43 32
        }
44 33
      },
45 34
      "description": "A feature request submitted to a Sphere. Published on the author's PDS for public Spheres."
46 35
    }
47 36
  },
48 37
  "$type": "com.atproto.lexicon.schema",
49 38
  "lexicon": 1
50 39
}

Compare Other Versions

Lexicon Garden

@