app.standard-reader.getListFeed
Schema Diff
+2 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.standard-reader.getListFeed",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"ref": "app.standard-reader.defs#cursorPageDocuments",
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
"list"
17
17
],
18
18
"properties": {
19
19
"list": {
20
20
"type": "string",
21
21
"format": "at-uri"
22
22
},
23
23
"limit": {
24
24
"type": "integer",
25
25
"default": 20,
26
26
"maximum": 50,
27
27
"minimum": 1
28
28
},
29
29
"cursor": {
30
-
"type": "string"
30
+
"type": "string",
31
+
"maxLength": 8192
31
32
}
32
33
}
33
34
},
34
35
"description": "Chronological article feed across all publications in a list."
35
36
}
36
37
},
37
38
"$type": "com.atproto.lexicon.schema",
38
39
"lexicon": 1
39
40
}