com.suibari.nagi.getChannels
Schema Diff
+10 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.suibari.nagi.getChannels",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"channels",
11
11
"hasMore"
12
12
],
13
13
"properties": {
14
14
"cursor": {
15
15
"type": "string"
16
16
},
17
17
"hasMore": {
18
18
"type": "boolean"
19
19
},
20
20
"channels": {
21
21
"type": "array",
22
22
"items": {
23
23
"type": "unknown"
24
24
}
25
25
}
26
26
}
27
27
},
28
28
"encoding": "application/json"
29
29
},
30
30
"parameters": {
31
31
"type": "params",
32
32
"properties": {
33
+
"view": {
34
+
"type": "string",
35
+
"default": "trend",
36
+
"description": "trend=過去5日以内に主・bot以外の投稿がある公開一覧 / list=認証ユーザーが参加中 / mine=認証ユーザーが作成",
37
+
"knownValues": [
38
+
"trend",
39
+
"list",
40
+
"mine"
41
+
]
42
+
},
33
43
"limit": {
34
44
"type": "integer",
35
45
"default": 50,
36
46
"maximum": 100,
37
47
"minimum": 1
38
48
},
39
49
"cursor": {
40
50
"type": "string"
41
51
}
42
52
}
43
53
}
44
54
}
45
55
},
46
56
"$type": "com.atproto.lexicon.schema",
47
57
"lexicon": 1
48
58
}