gg.infinitetavern.adventurer.codex

infinitetavern.gg

{
  "id": "gg.infinitetavern.adventurer.codex",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "earnedTitles",
          "earnedLabels",
          "gamesPlayed",
          "championships",
          "peakRenown",
          "updatedAt"
        ],
        "properties": {
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the last codex update."
          },
          "peakRenown": {
            "type": "number",
            "description": "Peak MMR (Renown) achieved."
          },
          "activeTitle": {
            "type": "string",
            "description": "Key of the player's chosen display title."
          },
          "gamesPlayed": {
            "type": "integer",
            "minimum": 0,
            "description": "Total games played across all seasons."
          },
          "earnedLabels": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Keys of all earned labels."
          },
          "earnedTitles": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Keys of all earned titles."
          },
          "favoriteHero": {
            "type": "string",
            "description": "Most-played hero key."
          },
          "championships": {
            "type": "integer",
            "minimum": 0,
            "description": "Total first-place finishes."
          },
          "activeTitleTier": {
            "type": "string",
            "description": "Rarity tier of the active title (common, uncommon, rare, epic, legendary)."
          },
          "activeTitleDisplay": {
            "type": "string",
            "description": "Display name of the active title."
          }
        }
      },
      "description": "The Adventurer's Codex — a portable character sheet summarizing titles, labels, and career highlights. Single record per player (rkey: self), upserted after each title refresh."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against gg.infinitetavern.adventurer.codex

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@