gg.infinitetavern.adventurer.heroMastery

infinitetavern.gg

{
  "id": "gg.infinitetavern.adventurer.heroMastery",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "heroKey",
          "heroName",
          "gamesPlayed",
          "wins",
          "bestPlacement",
          "lastPlayedAt"
        ],
        "properties": {
          "wins": {
            "type": "integer",
            "minimum": 0,
            "description": "Championship victories with this hero."
          },
          "heroKey": {
            "type": "string",
            "description": "Internal key identifying the hero."
          },
          "heroName": {
            "type": "string",
            "description": "Display name of the hero."
          },
          "gamesPlayed": {
            "type": "integer",
            "minimum": 1,
            "description": "Battles fought commanding this hero."
          },
          "lastPlayedAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 UTC timestamp of the most recent battle with this hero."
          },
          "bestPlacement": {
            "type": "integer",
            "maximum": 8,
            "minimum": 1,
            "description": "Finest standing achieved with this hero (1 = champion)."
          }
        }
      },
      "description": "An adventurer's mastery record for a specific hero — tracking how many battles they have fought together and the glory they have achieved. One record per hero, stored at rkey equal to the heroKey."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against gg.infinitetavern.adventurer.heroMastery

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@