gg.infinitetavern.adventurer.grimoire

infinitetavern.gg

{
  "id": "gg.infinitetavern.adventurer.grimoire",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "gamesPlayed",
          "bestPlacement",
          "totalWins",
          "lastPlacement",
          "lastHeroKey",
          "lastPlayedAt"
        ],
        "properties": {
          "totalWins": {
            "type": "integer",
            "minimum": 0,
            "description": "Total number of championship victories (1st-place finishes)."
          },
          "gamesPlayed": {
            "type": "integer",
            "minimum": 1,
            "description": "Total tavern battles fought across all seasons."
          },
          "lastHeroKey": {
            "type": "string",
            "description": "Hero commanded in the most recent battle."
          },
          "lastPlayedAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 UTC timestamp of the most recent battle."
          },
          "bestPlacement": {
            "type": "integer",
            "maximum": 8,
            "minimum": 1,
            "description": "Finest standing ever achieved (1 = champion)."
          },
          "lastPlacement": {
            "type": "integer",
            "maximum": 8,
            "minimum": 1,
            "description": "Standing in the most recent battle."
          }
        }
      },
      "description": "An adventurer's grimoire — a lifetime record of battles fought, victories won, and heroes commanded. One record per adventurer, stored at rkey 'self'."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against gg.infinitetavern.adventurer.grimoire

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@