app.didpic.actor.defs

lexicons.didpic.app

Schema Diff

+18 -0

From

CID
bafyreibcr43nzzf...
Indexed At
2026-05-18 09:31 UTC
View this version

To

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

Compatibility Analysis

Breaking Changes Detected

4 breaking changes, 8 non-breaking changes.

Breaking Changes (4)
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.defs#profileView.pronouns", sort: "maxLength", value: "640" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.defs#profileView.pronouns", sort: "maxGraphemes", value: "64" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.defs#profileView.location", sort: "maxGraphemes", value: "64" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.defs#profileView.location", sort: "maxLength", value: "640" }
Non-Breaking Changes (8)
  • AddedVertex AddedVertex { vertex_id: "app.didpic.actor.defs#profileView.descriptionFacets" }
  • AddedVertex AddedVertex { vertex_id: "app.didpic.actor.defs#profileView.descriptionFacets:items" }
  • AddedVertex AddedVertex { vertex_id: "app.didpic.actor.defs#profileView.location" }
  • AddedVertex AddedVertex { vertex_id: "app.didpic.actor.defs#profileView.pronouns" }
  • AddedEdge AddedEdge { src: "app.didpic.actor.defs#profileView", tgt: "app.didpic.actor.defs#profileView.descriptionFacets", kind: "prop", name: Some("descriptionFacets") }
  • AddedEdge AddedEdge { src: "app.didpic.actor.defs#profileView", tgt: "app.didpic.actor.defs#profileView.location", kind: "prop", name: Some("location") }
  • AddedEdge AddedEdge { src: "app.didpic.actor.defs#profileView", tgt: "app.didpic.actor.defs#profileView.pronouns", kind: "prop", name: Some("pronouns") }
  • AddedEdge AddedEdge { src: "app.didpic.actor.defs#profileView.descriptionFacets", tgt: "app.didpic.actor.defs#profileView.descriptionFacets:items", kind: "items", name: None }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "app.didpic.actor.defs#profileView.descriptionFacets" }
  • AddedVertex { vertex_id: "app.didpic.actor.defs#profileView.descriptionFacets:items" }
  • AddedVertex { vertex_id: "app.didpic.actor.defs#profileView.location" }
  • AddedVertex { vertex_id: "app.didpic.actor.defs#profileView.pronouns" }

Constraint Changes

  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.defs#profileView.location", sort: "maxGraphemes", value: "64" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.defs#profileView.location", sort: "maxLength", value: "640" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.defs#profileView.pronouns", sort: "maxGraphemes", value: "64" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.didpic.actor.defs#profileView.pronouns", sort: "maxLength", value: "640" }

Additional Notes

  • Non-breaking: AddedEdge { src: "app.didpic.actor.defs#profileView", tgt: "app.didpic.actor.defs#profileView.descriptionFacets", kind: "prop", name: Some("descriptionFacets") }
  • Non-breaking: AddedEdge { src: "app.didpic.actor.defs#profileView", tgt: "app.didpic.actor.defs#profileView.location", kind: "prop", name: Some("location") }
  • Non-breaking: AddedEdge { src: "app.didpic.actor.defs#profileView", tgt: "app.didpic.actor.defs#profileView.pronouns", kind: "prop", name: Some("pronouns") }
  • Non-breaking: AddedEdge { src: "app.didpic.actor.defs#profileView.descriptionFacets", tgt: "app.didpic.actor.defs#profileView.descriptionFacets:items", kind: "items", name: None }
1 1
{
2 2
  "id": "app.didpic.actor.defs",
3 3
  "defs": {
4 4
    "feedPref": {
5 5
      "type": "object",
6 6
      "required": [
7 7
        "value"
8 8
      ],
9 9
      "properties": {
10 10
        "value": {
11 11
          "type": "string",
12 12
          "knownValues": [
13 13
            "home",
14 14
            "discover"
15 15
          ]
16 16
        }
17 17
      },
18 18
      "description": "Last-selected home feed."
19 19
    },
20 20
    "labelPrefs": {
21 21
      "type": "object",
22 22
      "required": [
23 23
        "labels"
24 24
      ],
25 25
      "properties": {
26 26
        "labels": {
27 27
          "type": "unknown",
28 28
          "description": "Map of label id to action ('hide' | 'blur' | 'show')."
29 29
        }
30 30
      },
31 31
      "description": "Per-label moderation preferences."
32 32
    },
33 33
    "feedFilters": {
34 34
      "type": "object",
35 35
      "required": [
36 36
        "hideNoAltText"
37 37
      ],
38 38
      "properties": {
39 39
        "hideNoAltText": {
40 40
          "type": "boolean"
41 41
        }
42 42
      },
43 43
      "description": "Viewer-side feed filtering options."
44 44
    },
45 45
    "profileView": {
46 46
      "type": "object",
47 47
      "required": [
48 48
        "did"
49 49
      ],
50 50
      "properties": {
51 51
        "did": {
52 52
          "type": "string",
53 53
          "format": "did"
54 54
        },
55 55
        "handle": {
56 56
          "type": "string",
57 57
          "format": "handle"
58 58
        },
59 +
        "location": {
60 +
          "type": "string",
61 +
          "maxLength": 640,
62 +
          "maxGraphemes": 64
63 +
        },
64 +
        "pronouns": {
65 +
          "type": "string",
66 +
          "maxLength": 640,
67 +
          "maxGraphemes": 64
68 +
        },
59 69
        "avatarCid": {
60 70
          "type": "string",
61 71
          "format": "cid"
62 72
        },
63 73
        "bannerCid": {
64 74
          "type": "string",
65 75
          "format": "cid"
66 76
        },
67 77
        "indexedAt": {
68 78
          "type": "string",
69 79
          "format": "datetime"
70 80
        },
71 81
        "likesCount": {
72 82
          "type": "integer",
73 83
          "minimum": 0
74 84
        },
75 85
        "postsCount": {
76 86
          "type": "integer",
77 87
          "minimum": 0
78 88
        },
79 89
        "description": {
80 90
          "type": "string",
81 91
          "maxLength": 2560,
82 92
          "maxGraphemes": 256
83 93
        },
84 94
        "displayName": {
85 95
          "type": "string",
86 96
          "maxLength": 640,
87 97
          "maxGraphemes": 64
88 98
        },
89 99
        "followsCount": {
90 100
          "type": "integer",
91 101
          "minimum": 0
92 102
        },
93 103
        "followersCount": {
94 104
          "type": "integer",
95 105
          "minimum": 0
96 106
        },
97 107
        "viewerBlocking": {
98 108
          "type": "string",
99 109
          "format": "at-uri",
100 110
          "description": "URI of the viewer's block record for this actor, if any."
101 111
        },
102 112
        "viewerBlockedBy": {
103 113
          "type": "boolean",
104 114
          "description": "Whether this actor has blocked the viewer."
105 115
        },
106 116
        "viewerFollowing": {
107 117
          "type": "string",
108 118
          "format": "at-uri",
109 119
          "description": "URI of the viewer's follow record for this actor, if any."
110 120
        },
121 +
        "descriptionFacets": {
122 +
          "type": "array",
123 +
          "items": {
124 +
            "ref": "app.didpic.richtext.facet",
125 +
            "type": "ref"
126 +
          },
127 +
          "description": "Facets within description (mentions, tags, links)."
128 +
        },
111 129
        "viewerSubscription": {
112 130
          "type": "boolean",
113 131
          "description": "Whether the viewer is subscribed to this actor's post alerts."
114 132
        }
115 133
      },
116 134
      "description": "Full profile view."
117 135
    },
118 136
    "composePrefs": {
119 137
      "type": "object",
120 138
      "required": [
121 139
        "requireAltText"
122 140
      ],
123 141
      "properties": {
124 142
        "requireAltText": {
125 143
          "type": "boolean"
126 144
        }
127 145
      },
128 146
      "description": "Compose-time enforcement options."
129 147
    },
130 148
    "profileBasic": {
131 149
      "type": "object",
132 150
      "required": [
133 151
        "did"
134 152
      ],
135 153
      "properties": {
136 154
        "did": {
137 155
          "type": "string",
138 156
          "format": "did"
139 157
        },
140 158
        "handle": {
141 159
          "type": "string",
142 160
          "format": "handle"
143 161
        },
144 162
        "avatarCid": {
145 163
          "type": "string",
146 164
          "format": "cid"
147 165
        },
148 166
        "displayName": {
149 167
          "type": "string",
150 168
          "maxLength": 640,
151 169
          "maxGraphemes": 64
152 170
        },
153 171
        "viewerFollowing": {
154 172
          "type": "string",
155 173
          "format": "at-uri",
156 174
          "description": "URI of the viewer's follow record for this actor, if any."
157 175
        }
158 176
      },
159 177
      "description": "Minimal profile info embedded inside other views."
160 178
    }
161 179
  },
162 180
  "$type": "com.atproto.lexicon.schema",
163 181
  "lexicon": 1
164 182
}

Compare Other Versions

Lexicon Garden

@