mov.danabra.ProfileTab
Schema Diff
+4 -1
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 0 non-breaking changes.
Breaking Changes (2)
- ConstraintAdded ConstraintAdded { vertex_id: "mov.danabra.ProfileTab:input.tab", sort: "default", value: "posts_and_author_threads" }
- ConstraintAdded ConstraintAdded { vertex_id: "mov.danabra.ProfileTab:input.tab", sort: "maxLength", value: "256" }
Migration Guidance
Constraint Changes
- ConstraintAdded ConstraintAdded { vertex_id: "mov.danabra.ProfileTab:input.tab", sort: "default", value: "posts_and_author_threads" }
- ConstraintAdded ConstraintAdded { vertex_id: "mov.danabra.ProfileTab:input.tab", sort: "maxLength", value: "256" }
1
1
{
2
2
"id": "mov.danabra.ProfileTab",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"uri"
11
11
],
12
12
"properties": {
13
13
"tab": {
14
14
"type": "string",
15
+
"default": "posts_and_author_threads",
16
+
"maxLength": 256,
15
17
"knownValues": [
16
18
"posts_and_author_threads",
17
19
"posts_and_replies"
18
20
]
19
21
},
20
22
"uri": {
21
23
"type": "string",
22
24
"format": "at-uri"
23
25
},
24
26
"limit": {
25
27
"type": "integer",
26
28
"default": 10
27
29
}
28
30
}
29
31
},
30
32
"encoding": "application/json"
31
33
},
32
34
"output": {
33
35
"schema": {
34
36
"ref": "at.inlay.defs#response",
35
37
"type": "ref"
36
38
},
37
39
"encoding": "application/json"
38
-
}
40
+
},
41
+
"description": "Render a profile tab"
39
42
}
40
43
},
41
44
"$type": "com.atproto.lexicon.schema",
42
45
"lexicon": 1
43
46
}