gg.infinitetavern.herald.battleReport

infinitetavern.gg

{
  "id": "gg.infinitetavern.herald.battleReport",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "lobbyId",
          "seasonNumber",
          "roundCount",
          "playedAt",
          "placements"
        ],
        "properties": {
          "gifUrl": {
            "type": "string",
            "format": "uri",
            "description": "Optional URL to an animated battle summary."
          },
          "lobbyId": {
            "type": "string",
            "description": "Server-assigned lobby UUID identifying the tavern battle."
          },
          "playedAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 UTC timestamp when the battle concluded."
          },
          "placements": {
            "type": "array",
            "items": {
              "ref": "#placementEntry",
              "type": "ref"
            },
            "maxLength": 8,
            "description": "Final standings of all adventurers, ordered by placement."
          },
          "roundCount": {
            "type": "integer",
            "minimum": 1,
            "description": "Total combat rounds in the battle."
          },
          "seasonName": {
            "type": "string",
            "description": "Display name of the campaign season."
          },
          "seasonNumber": {
            "type": "integer",
            "minimum": 1,
            "description": "The campaign season this battle took place in."
          }
        }
      },
      "description": "A herald's battle report — a structured summary of a tavern battle written by the town crier bot to its own PDS. The AT-URI of this record may be embedded in Bluesky feed posts to announce match results."
    },
    "placementEntry": {
      "type": "object",
      "required": [
        "placement",
        "did",
        "handle",
        "heroKey",
        "heroName"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "handle": {
          "type": "string"
        },
        "heroKey": {
          "type": "string"
        },
        "heroName": {
          "type": "string"
        },
        "mmrChange": {
          "type": "number",
          "description": "Signed rating change for this adventurer."
        },
        "placement": {
          "type": "integer",
          "maximum": 8,
          "minimum": 1
        }
      },
      "description": "One adventurer's final standing in the battle."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against gg.infinitetavern.herald.battleReport

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@