mov.danabra.ProfileTab
Schema Diff
+5 -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
-
"type": "string"
14
+
"type": "string",
15
+
"knownValues": [
16
+
"posts_and_author_threads",
17
+
"posts_and_replies"
18
+
]
15
19
},
16
20
"uri": {
17
21
"type": "string",
18
22
"format": "at-uri"
19
23
},
20
24
"limit": {
21
25
"type": "integer",
22
26
"default": 10
23
27
}
24
28
}
25
29
},
26
30
"encoding": "application/json"
27
31
},
28
32
"output": {
29
33
"schema": {
30
34
"ref": "at.inlay.defs#response",
31
35
"type": "ref"
32
36
},
33
37
"encoding": "application/json"
34
38
}
35
39
}
36
40
},
37
41
"$type": "com.atproto.lexicon.schema",
38
42
"lexicon": 1
39
43
}