com.suibari.nagi.getCards
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.suibari.nagi.getCards",
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
"output": {
12
12
"schema": {
13
13
"type": "object",
14
14
"required": [
15
15
"cards",
16
16
"ownedCount",
17
17
"totalCount"
18
18
],
19
19
"properties": {
20
20
"cards": {
21
21
"type": "array",
22
22
"items": {
23
23
"type": "unknown"
24
24
},
25
25
"description": "全カード定義に所持情報(owned / comment / acquiredAt)を合成したもの。"
26
26
},
27
27
"drawStatus": {
28
28
"type": "unknown",
29
-
"description": "actor がビューア本人のときのみ。canDraw / nextDrawAt / todayCardId。"
29
+
"description": "actor がビューア本人のときのみ。myNagi / reaction の各取得枠と nextDrawAt。旧クライアント互換の canDraw / todayCardId は通常枠を表す。"
30
30
},
31
31
"ownedCount": {
32
32
"type": "integer"
33
33
},
34
34
"totalCount": {
35
35
"type": "integer"
36
36
}
37
37
}
38
38
},
39
39
"encoding": "application/json"
40
40
},
41
41
"parameters": {
42
42
"type": "params",
43
43
"required": [
44
44
"actor"
45
45
],
46
46
"properties": {
47
47
"actor": {
48
48
"type": "string",
49
49
"description": "対象ユーザーの DID。"
50
50
}
51
51
}
52
52
},
53
53
"description": "指定ユーザーの全肯定カードコレクション。未所持のカードも定義だけ返す(コレクション表示のため)。所持状況は公開情報。自分自身を指定したときだけ drawStatus(本日引けるか)を含む。"
54
54
}
55
55
},
56
56
"$type": "com.atproto.lexicon.schema",
57
57
"lexicon": 1
58
58
}