gg.infinitetavern.adventurer.seasonJournal

infinitetavern.gg

{
  "id": "gg.infinitetavern.adventurer.seasonJournal",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "seasonNumber",
          "gamesPlayed",
          "bestPlacement",
          "wins",
          "currentRating",
          "lastPlayedAt"
        ],
        "properties": {
          "wins": {
            "type": "integer",
            "minimum": 0,
            "description": "Championship victories (1st-place finishes) this season."
          },
          "gamesPlayed": {
            "type": "integer",
            "minimum": 1,
            "description": "Tavern battles fought this season."
          },
          "lastPlayedAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 UTC timestamp of the most recent battle this season."
          },
          "seasonNumber": {
            "type": "integer",
            "minimum": 1,
            "description": "The campaign season number."
          },
          "bestPlacement": {
            "type": "integer",
            "maximum": 8,
            "minimum": 1,
            "description": "Finest standing achieved this season (1 = champion)."
          },
          "currentRating": {
            "type": "number",
            "description": "Current tavern rating at time of this journal entry."
          }
        }
      },
      "description": "A chapter in an adventurer's season journal — tracking battles, victories, and ranking progress within a single campaign season. One record per adventurer per season, stored at rkey 'season-{N}'."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against gg.infinitetavern.adventurer.seasonJournal

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vxwgn77hp5ikvbiggm5es3rv
CID
bafyreiatwq6ayg2wlzqg7kbvhjdxbvgqlxrzflq22nxsr7mnndygbyv3p4
Indexed At
2026-04-13 22:54 UTC
AT-URI
at://did:plc:vxwgn77hp5ikvbiggm5es3rv/com.atproto.lexicon.schema/gg.infinitetavern.adventurer.seasonJournal

Lexicon Garden

@