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