com.suibari.nagi.drawGuestCard

suibari.com

{
  "id": "com.suibari.nagi.drawGuestCard",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "deviceToken"
          ],
          "properties": {
            "deviceToken": {
              "type": "string",
              "maxLength": 128,
              "minLength": 32
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "card",
            "source",
            "alreadyDrawn",
            "isNew",
            "commentPending",
            "drawStatus",
            "expiresAt"
          ],
          "properties": {
            "card": {
              "type": "unknown"
            },
            "isNew": {
              "type": "boolean"
            },
            "source": {
              "type": "string",
              "knownValues": [
                "my_nagi"
              ]
            },
            "expiresAt": {
              "type": "string",
              "format": "datetime"
            },
            "drawStatus": {
              "type": "unknown"
            },
            "alreadyDrawn": {
              "type": "boolean"
            },
            "commentPending": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "未サインイン端末が今日の全肯定カードを1枚引く。同じ端末秘密・同じ日付では同じカードを返す。JST 4:00 が日付境界。"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.drawGuestCard

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreicopaob4m7s5czq3rk6gnh6k4fld4hec6dweusth3wrgwcxcb3ioe
Indexed At
2026-08-18 17:37 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.drawGuestCard

Lexicon Garden

@