com.suibari.nagi.getCards

suibari.com

{
  "id": "com.suibari.nagi.getCards",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "cards",
            "ownedCount",
            "totalCount"
          ],
          "properties": {
            "cards": {
              "type": "array",
              "items": {
                "type": "unknown"
              },
              "description": "全カード定義に所持情報(owned / comment / acquiredAt)を合成したもの。"
            },
            "drawStatus": {
              "type": "unknown",
              "description": "actor がビューア本人のときのみ。myNagi / reaction の各取得枠と nextDrawAt。旧クライアント互換の canDraw / todayCardId は通常枠を表す。"
            },
            "ownedCount": {
              "type": "integer"
            },
            "totalCount": {
              "type": "integer"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "description": "対象ユーザーの DID。"
          }
        }
      },
      "description": "指定ユーザーの全肯定カードコレクション。未所持のカードも定義だけ返す(コレクション表示のため)。所持状況は公開情報。自分自身を指定したときだけ drawStatus(本日引けるか)を含む。"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.getCards

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreibbkqz3a4nl22tqmumu372ec2msswmbfyfividkq437zsqjbiwrsa
Indexed At
2026-08-15 17:15 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.getCards

Version History (3 versions)

Lexicon Garden

@