app.didpic.actor.profile

lexicons.didpic.app

Schema Diff

+8 -0

From

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

To

CID
bafyreieeu6ysuph...
Indexed At
2026-05-24 01:15 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 4 non-breaking changes.

Non-Breaking Changes (4)
  • AddedVertex AddedVertex { vertex_id: "app.didpic.actor.profile:body.descriptionFacets" }
  • AddedVertex AddedVertex { vertex_id: "app.didpic.actor.profile:body.descriptionFacets:items" }
  • AddedEdge AddedEdge { src: "app.didpic.actor.profile:body", tgt: "app.didpic.actor.profile:body.descriptionFacets", kind: "prop", name: Some("descriptionFacets") }
  • AddedEdge AddedEdge { src: "app.didpic.actor.profile:body.descriptionFacets", tgt: "app.didpic.actor.profile:body.descriptionFacets:items", kind: "items", name: None }

Migration Guidance

Added Elements

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

Additional Notes

  • Non-breaking: AddedEdge { src: "app.didpic.actor.profile:body", tgt: "app.didpic.actor.profile:body.descriptionFacets", kind: "prop", name: Some("descriptionFacets") }
  • Non-breaking: AddedEdge { src: "app.didpic.actor.profile:body.descriptionFacets", tgt: "app.didpic.actor.profile:body.descriptionFacets:items", kind: "items", name: None }
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 28
          "location": {
29 29
            "type": "string",
30 30
            "maxLength": 640,
31 31
            "maxGraphemes": 64
32 32
          },
33 33
          "pronouns": {
34 34
            "type": "string",
35 35
            "maxLength": 640,
36 36
            "maxGraphemes": 64
37 37
          },
38 38
          "createdAt": {
39 39
            "type": "string",
40 40
            "format": "datetime"
41 41
          },
42 42
          "description": {
43 43
            "type": "string",
44 44
            "maxLength": 2560,
45 45
            "maxGraphemes": 256
46 46
          },
47 47
          "displayName": {
48 48
            "type": "string",
49 49
            "maxLength": 640,
50 50
            "maxGraphemes": 64
51 +
          },
52 +
          "descriptionFacets": {
53 +
            "type": "array",
54 +
            "items": {
55 +
              "ref": "app.didpic.richtext.facet",
56 +
              "type": "ref"
57 +
            },
58 +
            "description": "Facets within description (mentions, tags, links)."
51 59
          }
52 60
        }
53 61
      },
54 62
      "description": "User profile record."
55 63
    }
56 64
  },
57 65
  "$type": "com.atproto.lexicon.schema",
58 66
  "lexicon": 1
59 67
}

Compare Other Versions

Lexicon Garden

@