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