app.standard-reader.getReadingHistory
Schema Diff
+2 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.standard-reader.getReadingHistory",
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
"properties": {
17
17
"did": {
18
18
"type": "string",
19
19
"format": "did"
20
20
},
21
21
"limit": {
22
22
"type": "integer",
23
23
"default": 20
24
24
},
25
25
"cursor": {
26
-
"type": "string"
26
+
"type": "string",
27
+
"maxLength": 8192
27
28
}
28
29
}
29
30
},
30
31
"description": "Subject reader reading history."
31
32
}
32
33
},
33
34
"$type": "com.atproto.lexicon.schema",
34
35
"lexicon": 1
35
36
}