app.didpic.actor.profile

lexicons.didpic.app

Schema Diff

+5 -0

From

CID
bafyreidhkd7dx62...
Indexed At
2026-05-22 03:34 UTC
View this version

To

CID
bafyreiauu4urbho...
Indexed At
2026-05-22 04:37 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

2 breaking changes, 2 non-breaking changes.

Breaking Changes (2)
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.profile:body.location", sort: "maxLength", value: "640" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.profile:body.location", sort: "maxGraphemes", value: "64" }
Non-Breaking Changes (2)
  • AddedVertex AddedVertex { vertex_id: "app.didpic.actor.profile:body.location" }
  • AddedEdge AddedEdge { src: "app.didpic.actor.profile:body", tgt: "app.didpic.actor.profile:body.location", kind: "prop", name: Some("location") }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "app.didpic.actor.profile:body.location" }

Constraint Changes

  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.profile:body.location", sort: "maxGraphemes", value: "64" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.profile:body.location", sort: "maxLength", value: "640" }

Additional Notes

  • Non-breaking: AddedEdge { src: "app.didpic.actor.profile:body", tgt: "app.didpic.actor.profile:body.location", kind: "prop", name: Some("location") }
1 1
{
2 2
  "id": "app.didpic.actor.profile",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "literal:self",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "properties": {
10 10
          "avatar": {
11 11
            "type": "blob",
12 12
            "accept": [
13 13
              "image/png",
14 14
              "image/jpeg"
15 15
            ],
16 16
            "maxSize": 1000000
17 17
          },
18 18
          "banner": {
19 19
            "type": "blob",
20 20
            "accept": [
21 21
              "image/png",
22 22
              "image/jpeg",
23 23
              "image/webp"
24 24
            ],
25 25
            "maxSize": 2000000,
26 26
            "description": "Cover image shown at the top of the profile."
27 27
          },
28 +
          "location": {
29 +
            "type": "string",
30 +
            "maxLength": 640,
31 +
            "maxGraphemes": 64
32 +
          },
28 33
          "pronouns": {
29 34
            "type": "string",
30 35
            "maxLength": 640,
31 36
            "maxGraphemes": 64
32 37
          },
33 38
          "createdAt": {
34 39
            "type": "string",
35 40
            "format": "datetime"
36 41
          },
37 42
          "description": {
38 43
            "type": "string",
39 44
            "maxLength": 2560,
40 45
            "maxGraphemes": 256
41 46
          },
42 47
          "displayName": {
43 48
            "type": "string",
44 49
            "maxLength": 640,
45 50
            "maxGraphemes": 64
46 51
          }
47 52
        }
48 53
      },
49 54
      "description": "User profile record."
50 55
    }
51 56
  },
52 57
  "$type": "com.atproto.lexicon.schema",
53 58
  "lexicon": 1
54 59
}

Compare Other Versions

Lexicon Garden

@