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