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