com.suibari.nagi.getChannelTimeline
Schema Diff
+9 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.suibari.nagi.getChannelTimeline",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"ref": "com.suibari.nagi.getTimeline#output",
9
9
"type": "ref"
10
10
},
11
11
"encoding": "application/json"
12
12
},
13
13
"parameters": {
14
14
"type": "params",
15
15
"required": [
16
16
"uri"
17
17
],
18
18
"properties": {
19
19
"uri": {
20
20
"type": "string"
21
21
},
22
22
"limit": {
23
23
"type": "integer",
24
24
"default": 50,
25
25
"maximum": 100,
26
26
"minimum": 1
27
27
},
28
28
"cursor": {
29
29
"type": "string"
30
+
},
31
+
"filter": {
32
+
"type": "string",
33
+
"default": "posts",
34
+
"description": "media returns image-bearing posts one row each (no conversation grouping), for the media grid.",
35
+
"knownValues": [
36
+
"posts",
37
+
"media"
38
+
]
30
39
}
31
40
}
32
41
}
33
42
}
34
43
},
35
44
"$type": "com.atproto.lexicon.schema",
36
45
"lexicon": 1
37
46
}