ai.syui.card.user

syui.ai

{
  "id": "ai.syui.card.user",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "card",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "card": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "id",
                "cp",
                "rare",
                "cid",
                "unique"
              ],
              "properties": {
                "cp": {
                  "type": "integer",
                  "description": "Card power"
                },
                "id": {
                  "type": "integer",
                  "description": "Card type ID"
                },
                "cid": {
                  "type": "string",
                  "description": "Unique card instance ID"
                },
                "rare": {
                  "type": "integer",
                  "description": "Rarity level"
                },
                "unique": {
                  "type": "boolean",
                  "description": "Unique card flag"
                }
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "User card collection"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.syui.card.user

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqzpqmrjnptsxezjx4xuh2mn
CID
bafyreihjdv3oeboijktpbjpeoi32a57vzdvf65tv2dqkjyh6dahtsje5tq
Indexed At
2026-01-25 07:01 UTC
AT-URI
at://did:plc:uqzpqmrjnptsxezjx4xuh2mn/com.atproto.lexicon.schema/ai.syui.card.user

Version History (2 versions)

Lexicon Garden

@