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