mov.danabra.ProfileTab
Schema Diff
+3 -1
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 0 non-breaking changes.
Breaking Changes (1)
- 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: "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
15
"default": "posts_and_author_threads",
16
+
"maxLength": 256,
16
17
"knownValues": [
17
18
"posts_and_author_threads",
18
19
"posts_and_replies"
19
20
]
20
21
},
21
22
"uri": {
22
23
"type": "string",
23
24
"format": "at-uri"
24
25
},
25
26
"limit": {
26
27
"type": "integer",
27
28
"default": 10
28
29
}
29
30
}
30
31
},
31
32
"encoding": "application/json"
32
33
},
33
34
"output": {
34
35
"schema": {
35
36
"ref": "lex:at.inlay.defs#response",
36
37
"type": "ref"
37
38
},
38
39
"encoding": "application/json"
39
-
}
40
+
},
41
+
"description": "Render a profile tab"
40
42
}
41
43
},
42
44
"$type": "com.atproto.lexicon.schema",
43
45
"lexicon": 1
44
46
}