Backfill in-progress. Some lexicons and records may be missing or incomplete.

net.anisota.beta.game.pack

anisota.net

{
  "id": "net.anisota.beta.game.pack",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "lastOpenTime",
          "totalOpens",
          "streak",
          "createdAt"
        ],
        "properties": {
          "streak": {
            "type": "integer",
            "minimum": 0,
            "description": "Current daily pack opening streak count"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the record was created"
          },
          "totalOpens": {
            "type": "integer",
            "minimum": 0,
            "description": "Total number of times daily packs have been opened"
          },
          "packHistory": {
            "type": "array",
            "items": {
              "ref": "#packHistoryEntry",
              "type": "ref"
            },
            "maxLength": 30,
            "description": "History of the last few pack openings"
          },
          "lastModified": {
            "type": "string",
            "format": "datetime",
            "description": "When the record was last modified"
          },
          "lastOpenTime": {
            "type": "string",
            "format": "datetime",
            "description": "When daily pack was last opened"
          },
          "longestStreak": {
            "type": "integer",
            "minimum": 0,
            "description": "Longest daily pack opening streak achieved"
          }
        }
      },
      "description": "Beta version: Record tracking daily pack openings and streak information"
    },
    "receivedItem": {
      "type": "object",
      "properties": {
        "itemId": {
          "type": "string",
          "description": "ID of the item received"
        },
        "rarity": {
          "type": "string",
          "description": "Rarity of the item"
        },
        "quantity": {
          "type": "integer",
          "description": "Quantity received"
        }
      },
      "description": "An item received from a pack opening"
    },
    "packHistoryEntry": {
      "type": "object",
      "properties": {
        "openTime": {
          "type": "string",
          "format": "datetime",
          "description": "When this pack was opened"
        },
        "streakCount": {
          "type": "integer",
          "description": "Streak count at time of opening"
        },
        "itemsReceived": {
          "type": "array",
          "items": {
            "ref": "#receivedItem",
            "type": "ref"
          },
          "description": "Items received from this pack"
        }
      },
      "description": "A single pack opening entry in the history"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.anisota.beta.game.pack

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lcieujcfkv4jx7gehsvok3pr
CID
bafyreibzvrwssmn6vh2xro3dn6ryc5fafpfg5sceeb7nh2yluanzaqgxmi
Indexed At
2026-01-04 07:21 UTC
AT-URI
at://did:plc:lcieujcfkv4jx7gehsvok3pr/com.atproto.lexicon.schema/net.anisota.beta.game.pack

Lexicon Garden

@