club.userstyles.alpha.actor.profile
Schema Diff
+0 -5
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 0 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "club.userstyles.alpha.actor.profile:body.displayName" }
- RemovedEdge RemovedEdge { src: "club.userstyles.alpha.actor.profile:body", tgt: "club.userstyles.alpha.actor.profile:body.displayName", kind: "prop", name: Some("displayName") }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "club.userstyles.alpha.actor.profile:body.displayName" }
Additional Notes
- Breaking: RemovedEdge { src: "club.userstyles.alpha.actor.profile:body", tgt: "club.userstyles.alpha.actor.profile:body.displayName", kind: "prop", name: Some("displayName") }
1
1
{
2
2
"id": "club.userstyles.alpha.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
"required": [
10
10
"createdAt"
11
11
],
12
12
"properties": {
13
13
"createdAt": {
14
14
"type": "string",
15
15
"format": "datetime"
16
16
},
17
17
"description": {
18
18
"type": "string",
19
19
"maxLength": 2560,
20
20
"maxGraphemes": 256
21
-
},
22
-
"displayName": {
23
-
"type": "string",
24
-
"maxLength": 640,
25
-
"maxGraphemes": 64
26
21
}
27
22
}
28
23
},
29
24
"description": "A userstyles.club account profile."
30
25
}
31
26
},
32
27
"$type": "com.atproto.lexicon.schema",
33
28
"lexicon": 1
34
29
}