link.latr.bookmarks.listBookmarks
Schema Diff
+5 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "link.latr.bookmarks.listBookmarks",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"errors": [
7
7
{
8
8
"name": "InvalidRequest"
9
9
},
10
10
{
11
11
"name": "InvalidUrl"
12
12
},
13
13
{
14
14
"name": "AuthRequired"
15
15
},
16
16
{
17
17
"name": "InvalidToken"
18
18
},
19
19
{
20
20
"name": "InvalidDpop"
21
21
},
22
22
{
23
23
"name": "ClientAuthRequired"
24
24
},
25
25
{
26
26
"name": "BookmarkNotFound"
27
27
},
28
28
{
29
29
"name": "Conflict"
30
30
},
31
31
{
32
32
"name": "RateLimitExceeded"
33
33
},
34
34
{
35
35
"name": "UpstreamFailure"
36
36
}
37
37
],
38
38
"output": {
39
39
"schema": {
40
40
"type": "object",
41
41
"required": [
42
42
"bookmarks"
43
43
],
44
44
"properties": {
45
45
"cursor": {
46
46
"type": "string",
47
47
"maxLength": 2048,
48
48
"maxGraphemes": 512
49
49
},
50
50
"bookmarks": {
51
51
"type": "array",
52
52
"items": {
53
53
"ref": "link.latr.bookmarks.defs#bookmarkView",
54
54
"type": "ref"
55
55
},
56
56
"maxLength": 100
57
57
}
58
58
}
59
59
},
60
60
"encoding": "application/json"
61
61
},
62
62
"parameters": {
63
63
"type": "params",
64
64
"required": [],
65
65
"properties": {
66
+
"tag": {
67
+
"type": "string",
68
+
"maxLength": 640,
69
+
"maxGraphemes": 64
70
+
},
66
71
"limit": {
67
72
"type": "integer",
68
73
"default": 50,
69
74
"maximum": 100,
70
75
"minimum": 1
71
76
},
72
77
"cursor": {
73
78
"type": "string",
74
79
"maxLength": 2048,
75
80
"maxGraphemes": 512
76
81
}
77
82
}
78
83
},
79
84
"description": "L@tr XRPC method link.latr.bookmarks.listBookmarks."
80
85
}
81
86
},
82
87
"$type": "com.atproto.lexicon.schema",
83
88
"lexicon": 1
84
89
}